diff options
author | tb <> | 2023-07-28 10:23:19 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:23:19 +0000 |
commit | 45d802c85cbb3541a9917588d2581014878e586e (patch) | |
tree | ff34d67029a45d0cec3417bd5a94a62ffda77cde /src/lib/libcrypto/hidden/openssl | |
parent | e68ca11e376f4237fb9f8c10487e2d7b7dbfe585 (diff) | |
download | openbsd-45d802c85cbb3541a9917588d2581014878e586e.tar.gz openbsd-45d802c85cbb3541a9917588d2581014878e586e.tar.bz2 openbsd-45d802c85cbb3541a9917588d2581014878e586e.zip |
Remove more ERR cruft
Ever wondered how many entries populate the various err hashes?
Me neither. Remove this garbage.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/err.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/err.h b/src/lib/libcrypto/hidden/openssl/err.h index c53feb89f4..036ead8c08 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.3 2023/07/28 10:21:01 tb Exp $ */ | 1 | /* $OpenBSD: err.h,v 1.4 2023/07/28 10:23:19 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -54,9 +54,6 @@ LCRYPTO_USED(ERR_free_strings); | |||
54 | LCRYPTO_USED(ERR_remove_thread_state); | 54 | LCRYPTO_USED(ERR_remove_thread_state); |
55 | LCRYPTO_USED(ERR_remove_state); | 55 | LCRYPTO_USED(ERR_remove_state); |
56 | LCRYPTO_USED(ERR_get_state); | 56 | LCRYPTO_USED(ERR_get_state); |
57 | LCRYPTO_USED(ERR_get_string_table); | ||
58 | LCRYPTO_USED(ERR_get_err_state_table); | ||
59 | LCRYPTO_USED(ERR_release_err_state_table); | ||
60 | LCRYPTO_USED(ERR_get_next_error_library); | 57 | LCRYPTO_USED(ERR_get_next_error_library); |
61 | LCRYPTO_USED(ERR_set_mark); | 58 | LCRYPTO_USED(ERR_set_mark); |
62 | LCRYPTO_USED(ERR_pop_to_mark); | 59 | LCRYPTO_USED(ERR_pop_to_mark); |