diff options
| author | tb <> | 2024-08-30 05:00:38 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-30 05:00:38 +0000 |
| commit | ea04b7b0f45a4c0bc7eb054c81991e87f4849530 (patch) | |
| tree | ef0383e84e92fbf1b131a112af607339c70c0375 /src | |
| parent | 5d4db5a71ba518c310aea0879dbc6d5838ebe088 (diff) | |
| download | openbsd-ea04b7b0f45a4c0bc7eb054c81991e87f4849530.tar.gz openbsd-ea04b7b0f45a4c0bc7eb054c81991e87f4849530.tar.bz2 openbsd-ea04b7b0f45a4c0bc7eb054c81991e87f4849530.zip | |
Adjust freenull test for upcoming conf_api.h removal
Diffstat (limited to 'src')
| -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); |
