From d8a76debd9cb848ddc27021b2cd375a9053031c6 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 10:25:05 +0000 Subject: 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 --- src/lib/libcrypto/hidden/openssl/objects.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/hidden/openssl/objects.h') 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 @@ -/* $OpenBSD: objects.h,v 1.1 2023/07/08 12:27:51 beck Exp $ */ +/* $OpenBSD: objects.h,v 1.2 2023/07/28 10:25:05 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -54,8 +54,6 @@ LCRYPTO_USED(OBJ_length); LCRYPTO_USED(OBJ_get0_data); LCRYPTO_USED(OBJ_find_sigid_algs); LCRYPTO_USED(OBJ_find_sigid_by_algs); -LCRYPTO_USED(OBJ_add_sigid); -LCRYPTO_USED(OBJ_sigid_free); LCRYPTO_USED(ERR_load_OBJ_strings); #endif /* _LIBCRYPTO_OBJECTS_H */ -- cgit v1.2.3-55-g6feb