Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.c
authortb <tb@openbsd.org>
Sat, 27 Jan 2024 16:26:25 +0000 (16:26 +0000)
committertb <tb@openbsd.org>
Sat, 27 Jan 2024 16:26:25 +0000 (16:26 +0000)
This has been a noop since forever and will be removed in the next bump.

lib/libcrypto/evp/evp_pbe.c
lib/libcrypto/evp/p5_crpt.c

index 422fb35..7f77848 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: evp_pbe.c,v 1.37 2024/01/27 16:22:29 tb Exp $ */
+/* $OpenBSD: evp_pbe.c,v 1.38 2024/01/27 16:26:25 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
@@ -365,3 +365,8 @@ void
 EVP_PBE_cleanup(void)
 {
 }
+
+void
+PKCS5_PBE_add(void)
+{
+}
index d26439a..15b9935 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: p5_crpt.c,v 1.23 2023/07/07 19:37:54 beck Exp $ */
+/* $OpenBSD: p5_crpt.c,v 1.24 2024/01/27 16:26:25 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 
 #include "evp_local.h"
 
-/* Doesn't do anything now: Builtin PBE algorithms in static table.
- */
-
-void
-PKCS5_PBE_add(void)
-{
-}
-
 int
 PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen,
     ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)