Adjust freenull test for upcoming conf_api.h removal
authortb <tb@openbsd.org>
Fri, 30 Aug 2024 05:00:38 +0000 (05:00 +0000)
committertb <tb@openbsd.org>
Fri, 30 Aug 2024 05:00:38 +0000 (05:00 +0000)
regress/lib/libcrypto/free/freenull.c.head
regress/lib/libcrypto/free/freenull.c.tail

index 3a6aa8b..db652bf 100644 (file)
@@ -1,10 +1,9 @@
-/*     $OpenBSD: freenull.c.head,v 1.9 2024/02/29 20:00:53 tb Exp $    */
+/*     $OpenBSD: freenull.c.head,v 1.10 2024/08/30 05:00:38 tb Exp $   */
 
 #include <openssl/asn1.h>
 #include <openssl/cmac.h>
 #include <openssl/cms.h>
 #include <openssl/comp.h>
-#include <openssl/conf_api.h>
 #include <openssl/ct.h>
 #include <openssl/engine.h>
 #ifndef OPENSSL_NO_GOST
index 67bd3b7..21b0bcf 100644 (file)
@@ -1,8 +1,6 @@
-/*     $OpenBSD: freenull.c.tail,v 1.3 2024/03/30 09:41:25 tb Exp $    */
+/*     $OpenBSD: freenull.c.tail,v 1.4 2024/08/30 05:00:38 tb Exp $    */
 
        BIO_free_all(NULL);
-       NCONF_free_data(NULL);
-       _CONF_free_data(NULL);
 
        sk_ASN1_OBJECT_pop_free(NULL, NULL);
        sk_CONF_VALUE_pop_free(NULL, NULL);