diff options
author | tb <> | 2024-02-29 20:00:53 +0000 |
---|---|---|
committer | tb <> | 2024-02-29 20:00:53 +0000 |
commit | d4dba8c1d70f9c08caf1c9bc0506c68aa4cf0569 (patch) | |
tree | c80cf883c02b0304a9e0aabe0d2571fef62144e7 /src | |
parent | bd92cc14e277cbafbda21cdf8b18114e9a78dfd4 (diff) | |
download | openbsd-d4dba8c1d70f9c08caf1c9bc0506c68aa4cf0569.tar.gz openbsd-d4dba8c1d70f9c08caf1c9bc0506c68aa4cf0569.tar.bz2 openbsd-d4dba8c1d70f9c08caf1c9bc0506c68aa4cf0569.zip |
Prepare freenull test for GOST removal
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/free/freenull.c.head | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.head b/src/regress/lib/libcrypto/free/freenull.c.head index 3c4e542fa7..3a6aa8bc84 100644 --- a/src/regress/lib/libcrypto/free/freenull.c.head +++ b/src/regress/lib/libcrypto/free/freenull.c.head | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: freenull.c.head,v 1.8 2023/11/20 01:20:19 tb Exp $ */ | 1 | /* $OpenBSD: freenull.c.head,v 1.9 2024/02/29 20:00:53 tb Exp $ */ |
2 | 2 | ||
3 | #include <openssl/asn1.h> | 3 | #include <openssl/asn1.h> |
4 | #include <openssl/cmac.h> | 4 | #include <openssl/cmac.h> |
@@ -7,7 +7,9 @@ | |||
7 | #include <openssl/conf_api.h> | 7 | #include <openssl/conf_api.h> |
8 | #include <openssl/ct.h> | 8 | #include <openssl/ct.h> |
9 | #include <openssl/engine.h> | 9 | #include <openssl/engine.h> |
10 | #ifndef OPENSSL_NO_GOST | ||
10 | #include <openssl/gost.h> | 11 | #include <openssl/gost.h> |
12 | #endif | ||
11 | #include <openssl/hmac.h> | 13 | #include <openssl/hmac.h> |
12 | #include <openssl/ocsp.h> | 14 | #include <openssl/ocsp.h> |
13 | #include <openssl/pkcs12.h> | 15 | #include <openssl/pkcs12.h> |