The header file crypto/pem/pem.h is missing the empty macro:
DECLARE_PEM_write_fp_const(name, type) /**/
It should be on line 328.

crypto/cryptlib.c fails to compile if no-fp_api is configured due to it's
reliance on stderr.

crypto/des/read2pwd.c fails to compile if no-fp_api is configured due to
it's reliance on BUFSIZ.

The header file crypto/pem/pem.h is missing the empty macro: DECLARE_PEM_write_fp_const(name, type) /**/
It should be on line 328.

crypto/cryptlib.c fails to compile if no-fp_api is configured due to it's reliance on stderr.

crypto/des/read2pwd.c fails to compile if no-fp_api is configured due to it's reliance on BUFSIZ.



Reply via email to