diff options
-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> |