summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mod_openssl.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mod_openssl.c b/src/mod_openssl.c
index 1ad27f9d..d89ed24b 100644
--- a/src/mod_openssl.c
+++ b/src/mod_openssl.c
@@ -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