[mod_openssl] fix build warnings on MacOS X

need undef OPENSSL_NO_STDIO for a few funcs which access filesystem
personal/stbuehler/ci-build
Glenn Strauss 3 years ago
parent 33ae830291
commit c3dd167dd9

@ -38,7 +38,11 @@
#include <unistd.h>
/*(not needed)*/
#define OPENSSL_NO_STDIO
/* correction; needed for:
* SSL_load_client_CA_file()
* X509_STORE_load_locations()
*/
/*#define OPENSSL_NO_STDIO*/
#ifndef USE_OPENSSL_KERBEROS
#ifndef OPENSSL_NO_KRB5

Loading…
Cancel
Save