diff options
author | tb <> | 2024-03-02 09:41:02 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 09:41:02 +0000 |
commit | 0afd4713583c48a961d60ae9f02ee1384b6989a1 (patch) | |
tree | 335559e5ba6f2996e40a045be21b4bb197e0e7bb /src/lib/libcrypto/hidden/openssl/objects.h | |
parent | eeb343419e6696fbc30795f6978ed66605e11fbb (diff) | |
download | openbsd-0afd4713583c48a961d60ae9f02ee1384b6989a1.tar.gz openbsd-0afd4713583c48a961d60ae9f02ee1384b6989a1.tar.bz2 openbsd-0afd4713583c48a961d60ae9f02ee1384b6989a1.zip |
Remove unused public OBJ_NAME_* API
This functionality has been disabled for a few months. Now it is high time
to garbage collect it.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/objects.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/objects.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/objects.h b/src/lib/libcrypto/hidden/openssl/objects.h index ba5bf8e25f..80c0644137 100644 --- a/src/lib/libcrypto/hidden/openssl/objects.h +++ b/src/lib/libcrypto/hidden/openssl/objects.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: objects.h,v 1.2 2023/07/28 10:25:05 tb Exp $ */ | 1 | /* $OpenBSD: objects.h,v 1.3 2024/03/02 09:41:02 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -25,12 +25,6 @@ | |||
25 | #endif | 25 | #endif |
26 | #include "crypto_namespace.h" | 26 | #include "crypto_namespace.h" |
27 | 27 | ||
28 | LCRYPTO_USED(OBJ_NAME_init); | ||
29 | LCRYPTO_USED(OBJ_NAME_new_index); | ||
30 | LCRYPTO_USED(OBJ_NAME_get); | ||
31 | LCRYPTO_USED(OBJ_NAME_add); | ||
32 | LCRYPTO_USED(OBJ_NAME_remove); | ||
33 | LCRYPTO_USED(OBJ_NAME_cleanup); | ||
34 | LCRYPTO_USED(OBJ_NAME_do_all); | 28 | LCRYPTO_USED(OBJ_NAME_do_all); |
35 | LCRYPTO_USED(OBJ_NAME_do_all_sorted); | 29 | LCRYPTO_USED(OBJ_NAME_do_all_sorted); |
36 | LCRYPTO_USED(OBJ_dup); | 30 | LCRYPTO_USED(OBJ_dup); |