diff options
author | beck <> | 2024-07-09 07:17:13 +0000 |
---|---|---|
committer | beck <> | 2024-07-09 07:17:13 +0000 |
commit | fe88bf8563f838d3ec4d23808ae494ef416deb64 (patch) | |
tree | b2c93eeafdccbab2aa768ce033e6fd5ec075c550 /src/lib/libcrypto/err/err.h | |
parent | e8e1e5f7d5ddbc1c9afa6d51b212c40ee866b38f (diff) | |
download | openbsd-fe88bf8563f838d3ec4d23808ae494ef416deb64.tar.gz openbsd-fe88bf8563f838d3ec4d23808ae494ef416deb64.tar.bz2 openbsd-fe88bf8563f838d3ec4d23808ae494ef416deb64.zip |
Hide remaining unused ERR functions in err.h
ok tb@
Diffstat (limited to 'src/lib/libcrypto/err/err.h')
-rw-r--r-- | src/lib/libcrypto/err/err.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/err/err.h b/src/lib/libcrypto/err/err.h index 8beab1487e..9f64dd2797 100644 --- a/src/lib/libcrypto/err/err.h +++ b/src/lib/libcrypto/err/err.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: err.h,v 1.33 2024/03/02 10:32:26 tb Exp $ */ | 1 | /* $OpenBSD: err.h,v 1.34 2024/07/09 07:17:13 beck Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -374,10 +374,8 @@ void ERR_print_errors_fp(FILE *fp); | |||
374 | void ERR_print_errors(BIO *bp); | 374 | void ERR_print_errors(BIO *bp); |
375 | #endif | 375 | #endif |
376 | void ERR_asprintf_error_data(char * format, ...); | 376 | void ERR_asprintf_error_data(char * format, ...); |
377 | #ifndef LIBRESSL_INTERNAL | ||
378 | void ERR_add_error_data(int num, ...); | 377 | void ERR_add_error_data(int num, ...); |
379 | void ERR_add_error_vdata(int num, va_list args); | 378 | void ERR_add_error_vdata(int num, va_list args); |
380 | #endif | ||
381 | void ERR_load_strings(int lib, ERR_STRING_DATA *str); | 379 | void ERR_load_strings(int lib, ERR_STRING_DATA *str); |
382 | void ERR_unload_strings(int lib, ERR_STRING_DATA *str); | 380 | void ERR_unload_strings(int lib, ERR_STRING_DATA *str); |
383 | void ERR_load_ERR_strings(void); | 381 | void ERR_load_ERR_strings(void); |