diff options
author | tb <> | 2023-07-28 10:25:05 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:25:05 +0000 |
commit | d8a76debd9cb848ddc27021b2cd375a9053031c6 (patch) | |
tree | aab8650dbc4320c9218b593494101b0631a50eb9 /src/lib/libcrypto/hidden/openssl/objects.h | |
parent | 45d802c85cbb3541a9917588d2581014878e586e (diff) | |
download | openbsd-d8a76debd9cb848ddc27021b2cd375a9053031c6.tar.gz openbsd-d8a76debd9cb848ddc27021b2cd375a9053031c6.tar.bz2 openbsd-d8a76debd9cb848ddc27021b2cd375a9053031c6.zip |
Remove OBJ_add_sigid() and OBJ_sigid_free()
Another bit of unused extensibility that was responsible for a lot
of complexity until recently. This removes the remaining stubs from
the public API.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/objects.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/objects.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/objects.h b/src/lib/libcrypto/hidden/openssl/objects.h index f658a7cfa5..ba5bf8e25f 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.1 2023/07/08 12:27:51 beck Exp $ */ | 1 | /* $OpenBSD: objects.h,v 1.2 2023/07/28 10:25:05 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,8 +54,6 @@ LCRYPTO_USED(OBJ_length); | |||
54 | LCRYPTO_USED(OBJ_get0_data); | 54 | LCRYPTO_USED(OBJ_get0_data); |
55 | LCRYPTO_USED(OBJ_find_sigid_algs); | 55 | LCRYPTO_USED(OBJ_find_sigid_algs); |
56 | LCRYPTO_USED(OBJ_find_sigid_by_algs); | 56 | LCRYPTO_USED(OBJ_find_sigid_by_algs); |
57 | LCRYPTO_USED(OBJ_add_sigid); | ||
58 | LCRYPTO_USED(OBJ_sigid_free); | ||
59 | LCRYPTO_USED(ERR_load_OBJ_strings); | 57 | LCRYPTO_USED(ERR_load_OBJ_strings); |
60 | 58 | ||
61 | #endif /* _LIBCRYPTO_OBJECTS_H */ | 59 | #endif /* _LIBCRYPTO_OBJECTS_H */ |