Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
[openssl.git] / include / openssl / err.h
index 9dcd27e9becd291b694ae0fb1a3193cabb6f4ff8..60ffc49edc623b2983ba4515107af9f00d2dadee 100644 (file)
@@ -232,7 +232,7 @@ void ERR_print_errors(BIO *bp);
 void ERR_add_error_data(int num, ...);
 void ERR_add_error_vdata(int num, va_list args);
 void ERR_load_strings(int lib, ERR_STRING_DATA str[]);
-void ERR_unload_strings(int lib, ERR_STRING_DATA str[]);
+int ERR_unload_strings(int lib, ERR_STRING_DATA str[]);
 void ERR_load_ERR_strings(void);
 
 #if OPENSSL_API_COMPAT < 0x10100000L