diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/conf/conf_sap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf_sap.c b/src/lib/libcrypto/conf/conf_sap.c index bbd73df812..a8e1f78093 100644 --- a/src/lib/libcrypto/conf/conf_sap.c +++ b/src/lib/libcrypto/conf/conf_sap.c | |||
@@ -104,7 +104,7 @@ OPENSSL_config(const char *config_name) | |||
104 | } | 104 | } |
105 | 105 | ||
106 | void | 106 | void |
107 | OPENSSL_no_config() | 107 | OPENSSL_no_config(void) |
108 | { | 108 | { |
109 | openssl_configured = 1; | 109 | openssl_configured = 1; |
110 | } | 110 | } |