]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/err.h
Check for errors allocating the error strings.
[thirdparty/openssl.git] / include / openssl / err.h
index 60ffc49edc623b2983ba4515107af9f00d2dadee..d98c9cd34071af31d88521eba1138be3ae7097ab 100644 (file)
@@ -231,9 +231,9 @@ void ERR_print_errors_fp(FILE *fp);
 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[]);
+int ERR_load_strings(int lib, ERR_STRING_DATA str[]);
 int ERR_unload_strings(int lib, ERR_STRING_DATA str[]);
-void ERR_load_ERR_strings(void);
+int ERR_load_ERR_strings(void);
 
 #if OPENSSL_API_COMPAT < 0x10100000L
 # define ERR_load_crypto_strings() \