diff options
| author | tb <> | 2024-08-31 10:09:15 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 10:09:15 +0000 |
| commit | 20621a3f421681dddbebb1b41d980374765a0b0e (patch) | |
| tree | af227e35499945986146cedd3760679f2db1da3c /src/lib/libcrypto/err/err.h | |
| parent | 442662f85537dc5ae9dcdc9b8d2b0130ef605e0c (diff) | |
| download | openbsd-20621a3f421681dddbebb1b41d980374765a0b0e.tar.gz openbsd-20621a3f421681dddbebb1b41d980374765a0b0e.tar.bz2 openbsd-20621a3f421681dddbebb1b41d980374765a0b0e.zip | |
Remove ERR_add_{,v}data()
Another unused bit of legacy API...
ok beck jsing
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 9f64dd2797..66bd54deec 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.34 2024/07/09 07:17:13 beck Exp $ */ | 1 | /* $OpenBSD: err.h,v 1.35 2024/08/31 10:09:15 tb 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,8 +374,6 @@ 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 | void ERR_add_error_data(int num, ...); | ||
| 378 | void ERR_add_error_vdata(int num, va_list args); | ||
| 379 | void ERR_load_strings(int lib, ERR_STRING_DATA *str); | 377 | void ERR_load_strings(int lib, ERR_STRING_DATA *str); |
| 380 | void ERR_unload_strings(int lib, ERR_STRING_DATA *str); | 378 | void ERR_unload_strings(int lib, ERR_STRING_DATA *str); |
| 381 | void ERR_load_ERR_strings(void); | 379 | void ERR_load_ERR_strings(void); |
