summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/objects.h
diff options
context:
space:
mode:
authortb <>2023-07-28 10:25:05 +0000
committertb <>2023-07-28 10:25:05 +0000
commitff3b404e5cda0d0876bf6dccdcc293d75dd12c57 (patch)
treeaab8650dbc4320c9218b593494101b0631a50eb9 /src/lib/libcrypto/hidden/openssl/objects.h
parent2a8a0e16fff5736c54d6005280b83c07587cb5d8 (diff)
downloadopenbsd-ff3b404e5cda0d0876bf6dccdcc293d75dd12c57.tar.gz
openbsd-ff3b404e5cda0d0876bf6dccdcc293d75dd12c57.tar.bz2
openbsd-ff3b404e5cda0d0876bf6dccdcc293d75dd12c57.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.h4
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);
54LCRYPTO_USED(OBJ_get0_data); 54LCRYPTO_USED(OBJ_get0_data);
55LCRYPTO_USED(OBJ_find_sigid_algs); 55LCRYPTO_USED(OBJ_find_sigid_algs);
56LCRYPTO_USED(OBJ_find_sigid_by_algs); 56LCRYPTO_USED(OBJ_find_sigid_by_algs);
57LCRYPTO_USED(OBJ_add_sigid);
58LCRYPTO_USED(OBJ_sigid_free);
59LCRYPTO_USED(ERR_load_OBJ_strings); 57LCRYPTO_USED(ERR_load_OBJ_strings);
60 58
61#endif /* _LIBCRYPTO_OBJECTS_H */ 59#endif /* _LIBCRYPTO_OBJECTS_H */