Remove {BN,idea}_options() leftovers
authortb <tb@openbsd.org>
Sat, 29 Jul 2023 03:13:38 +0000 (03:13 +0000)
committertb <tb@openbsd.org>
Sat, 29 Jul 2023 03:13:38 +0000 (03:13 +0000)
Some *_options() prototypes were left behind in headers. I will remove
them after my amd64 ports bulk completes.

lib/libcrypto/Symbols.namespace
lib/libcrypto/hidden/openssl/bn.h
lib/libcrypto/hidden/openssl/idea.h

index 3493ad8..ae8fb7c 100644 (file)
@@ -1986,7 +1986,6 @@ _libre_CAST_decrypt
 _libre_CAST_cbc_encrypt
 _libre_CAST_cfb64_encrypt
 _libre_CAST_ofb64_encrypt
-_libre_idea_options
 _libre_idea_ecb_encrypt
 _libre_idea_set_encrypt_key
 _libre_idea_set_decrypt_key
@@ -2188,7 +2187,6 @@ _libre_BN_is_odd
 _libre_BN_zero
 _libre_BN_one
 _libre_BN_value_one
-_libre_BN_options
 _libre_BN_CTX_new
 _libre_BN_CTX_free
 _libre_BN_CTX_start
index cf3d476..9942cf6 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: bn.h,v 1.3 2023/07/28 10:07:30 tb Exp $ */
+/* $OpenBSD: bn.h,v 1.4 2023/07/29 03:13:38 tb Exp $ */
 /*
  * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
  *
@@ -42,7 +42,6 @@ LCRYPTO_USED(BN_is_odd);
 LCRYPTO_USED(BN_zero);
 LCRYPTO_USED(BN_one);
 LCRYPTO_USED(BN_value_one);
-LCRYPTO_USED(BN_options);
 LCRYPTO_USED(BN_CTX_new);
 LCRYPTO_USED(BN_CTX_free);
 LCRYPTO_USED(BN_CTX_start);
index f8c7caf..93b20a9 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: idea.h,v 1.1 2023/07/08 10:44:00 beck Exp $ */
+/* $OpenBSD: idea.h,v 1.2 2023/07/29 03:13:38 tb Exp $ */
 /*
  * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
  *
@@ -25,7 +25,6 @@
 #endif
 #include "crypto_namespace.h"
 
-LCRYPTO_USED(idea_options);
 LCRYPTO_USED(idea_ecb_encrypt);
 LCRYPTO_USED(idea_set_encrypt_key);
 LCRYPTO_USED(idea_set_decrypt_key);