diff options
author | tb <> | 2024-08-30 05:00:38 +0000 |
---|---|---|
committer | tb <> | 2024-08-30 05:00:38 +0000 |
commit | 51cf50e53d8890d5ed3b31a36d47b22e6d69c473 (patch) | |
tree | ef0383e84e92fbf1b131a112af607339c70c0375 | |
parent | e9ca3b20d06aa1b701d3a21d6ee46762a8b24569 (diff) | |
download | openbsd-51cf50e53d8890d5ed3b31a36d47b22e6d69c473.tar.gz openbsd-51cf50e53d8890d5ed3b31a36d47b22e6d69c473.tar.bz2 openbsd-51cf50e53d8890d5ed3b31a36d47b22e6d69c473.zip |
Adjust freenull test for upcoming conf_api.h removal
-rw-r--r-- | src/regress/lib/libcrypto/free/freenull.c.head | 3 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/free/freenull.c.tail | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.head b/src/regress/lib/libcrypto/free/freenull.c.head index 3a6aa8bc84..db652bfb01 100644 --- a/src/regress/lib/libcrypto/free/freenull.c.head +++ b/src/regress/lib/libcrypto/free/freenull.c.head | |||
@@ -1,10 +1,9 @@ | |||
1 | /* $OpenBSD: freenull.c.head,v 1.9 2024/02/29 20:00:53 tb Exp $ */ | 1 | /* $OpenBSD: freenull.c.head,v 1.10 2024/08/30 05:00:38 tb Exp $ */ |
2 | 2 | ||
3 | #include <openssl/asn1.h> | 3 | #include <openssl/asn1.h> |
4 | #include <openssl/cmac.h> | 4 | #include <openssl/cmac.h> |
5 | #include <openssl/cms.h> | 5 | #include <openssl/cms.h> |
6 | #include <openssl/comp.h> | 6 | #include <openssl/comp.h> |
7 | #include <openssl/conf_api.h> | ||
8 | #include <openssl/ct.h> | 7 | #include <openssl/ct.h> |
9 | #include <openssl/engine.h> | 8 | #include <openssl/engine.h> |
10 | #ifndef OPENSSL_NO_GOST | 9 | #ifndef OPENSSL_NO_GOST |
diff --git a/src/regress/lib/libcrypto/free/freenull.c.tail b/src/regress/lib/libcrypto/free/freenull.c.tail index 67bd3b74e9..21b0bcf400 100644 --- a/src/regress/lib/libcrypto/free/freenull.c.tail +++ b/src/regress/lib/libcrypto/free/freenull.c.tail | |||
@@ -1,8 +1,6 @@ | |||
1 | /* $OpenBSD: freenull.c.tail,v 1.3 2024/03/30 09:41:25 tb Exp $ */ | 1 | /* $OpenBSD: freenull.c.tail,v 1.4 2024/08/30 05:00:38 tb Exp $ */ |
2 | 2 | ||
3 | BIO_free_all(NULL); | 3 | BIO_free_all(NULL); |
4 | NCONF_free_data(NULL); | ||
5 | _CONF_free_data(NULL); | ||
6 | 4 | ||
7 | sk_ASN1_OBJECT_pop_free(NULL, NULL); | 5 | sk_ASN1_OBJECT_pop_free(NULL, NULL); |
8 | sk_CONF_VALUE_pop_free(NULL, NULL); | 6 | sk_CONF_VALUE_pop_free(NULL, NULL); |