Mark the functions at the end of this file for removal
authortb <tb@openbsd.org>
Sat, 27 Jan 2024 16:22:29 +0000 (16:22 +0000)
committertb <tb@openbsd.org>
Sat, 27 Jan 2024 16:22:29 +0000 (16:22 +0000)
lib/libcrypto/evp/evp_pbe.c

index 12292ab..422fb35 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: evp_pbe.c,v 1.36 2024/01/27 16:18:25 tb Exp $ */
+/* $OpenBSD: evp_pbe.c,v 1.37 2024/01/27 16:22:29 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
@@ -341,6 +341,10 @@ EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen,
        return 1;
 }
 
+/*
+ * XXX - remove the functions below in the next major bump
+ */
+
 int
 EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid,
     EVP_PBE_KEYGEN *keygen)