diff options
Diffstat (limited to 'src/lib/libcrypto/err/err.h')
-rw-r--r-- | src/lib/libcrypto/err/err.h | 1 |
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 |
344 | void ERR_print_errors(BIO *bp); | 344 | void ERR_print_errors(BIO *bp); |
345 | #endif | 345 | #endif |
346 | void ERR_asprintf_error_data(char * format, ...); | ||
346 | void ERR_add_error_data(int num, ...); | 347 | void ERR_add_error_data(int num, ...); |
347 | void ERR_add_error_vdata(int num, va_list args); | 348 | void ERR_add_error_vdata(int num, va_list args); |
348 | void ERR_load_strings(int lib, ERR_STRING_DATA str[]); | 349 | void ERR_load_strings(int lib, ERR_STRING_DATA str[]); |