Add a new ERR function, "ERR_unload_strings", to complement the existing
[openssl.git] / crypto / err / err.h
index 70a3566f4cb5b92c37303ee965569fec689229b3..c3b54983ba2d69394e30e096adaa083f2f9ea8a9 100644 (file)
@@ -259,6 +259,7 @@ void ERR_print_errors(BIO *bp);
 void ERR_add_error_data(int num, ...);
 #endif
 void ERR_load_strings(int lib,ERR_STRING_DATA str[]);
+void ERR_unload_strings(int lib,ERR_STRING_DATA str[]);
 void ERR_load_ERR_strings(void);
 void ERR_load_crypto_strings(void);
 void ERR_free_strings(void);