The one_file function in the t-cms-parser.c file from the libksba-1.6.0 test suite opens binary files, but doesn't use rb in the fopen call.
This causes the tests to fail on MS-Windows.
Attached please find a patch for that.
Description
Description