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/hidden/openssl/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/hidden/openssl/err.h')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/err.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/err.h b/src/lib/libcrypto/hidden/openssl/err.h index 5a5893f813..026c18a545 100644 --- a/src/lib/libcrypto/hidden/openssl/err.h +++ b/src/lib/libcrypto/hidden/openssl/err.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: err.h,v 1.6 2024/07/09 07:17:13 beck Exp $ */ | 1 | /* $OpenBSD: err.h,v 1.7 2024/08/31 10:09:15 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -56,7 +56,5 @@ LCRYPTO_USED(ERR_remove_state); | |||
| 56 | LCRYPTO_USED(ERR_get_next_error_library); | 56 | LCRYPTO_USED(ERR_get_next_error_library); |
| 57 | LCRYPTO_USED(ERR_set_mark); | 57 | LCRYPTO_USED(ERR_set_mark); |
| 58 | LCRYPTO_USED(ERR_pop_to_mark); | 58 | LCRYPTO_USED(ERR_pop_to_mark); |
| 59 | LCRYPTO_UNUSED(ERR_add_error_data); | ||
| 60 | LCRYPTO_UNUSED(ERR_add_error_vdata); | ||
| 61 | 59 | ||
| 62 | #endif /* _LIBCRYPTO_ERR_H */ | 60 | #endif /* _LIBCRYPTO_ERR_H */ |
