summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err/err.h')
-rw-r--r--src/lib/libcrypto/err/err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/err/err.h b/src/lib/libcrypto/err/err.h
index 87dfef2456..8facd62711 100644
--- a/src/lib/libcrypto/err/err.h
+++ b/src/lib/libcrypto/err/err.h
@@ -343,6 +343,7 @@ void ERR_print_errors_fp(FILE *fp);
343#ifndef OPENSSL_NO_BIO 343#ifndef OPENSSL_NO_BIO
344void ERR_print_errors(BIO *bp); 344void ERR_print_errors(BIO *bp);
345#endif 345#endif
346void ERR_asprintf_error_data(char * format, ...);
346void ERR_add_error_data(int num, ...); 347void ERR_add_error_data(int num, ...);
347void ERR_add_error_vdata(int num, va_list args); 348void ERR_add_error_vdata(int num, va_list args);
348void ERR_load_strings(int lib, ERR_STRING_DATA str[]); 349void ERR_load_strings(int lib, ERR_STRING_DATA str[]);