artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae58af2
)
Prepare freenull test for GOST removal
author
tb
<tb@openbsd.org>
Thu, 29 Feb 2024 20:00:53 +0000
(20:00 +0000)
committer
tb
<tb@openbsd.org>
Thu, 29 Feb 2024 20:00:53 +0000
(20:00 +0000)
regress/lib/libcrypto/free/freenull.c.head
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/free/freenull.c.head
b/regress/lib/libcrypto/free/freenull.c.head
index
3c4e542
..
3a6aa8b
100644
(file)
--- a/
regress/lib/libcrypto/free/freenull.c.head
+++ b/
regress/lib/libcrypto/free/freenull.c.head
@@
-1,4
+1,4
@@
-/* $OpenBSD: freenull.c.head,v 1.
8 2023/11/20 01:20:19
tb Exp $ */
+/* $OpenBSD: freenull.c.head,v 1.
9 2024/02/29 20:00:53
tb Exp $ */
#include <openssl/asn1.h>
#include <openssl/cmac.h>
@@
-7,7
+7,9
@@
#include <openssl/conf_api.h>
#include <openssl/ct.h>
#include <openssl/engine.h>
+#ifndef OPENSSL_NO_GOST
#include <openssl/gost.h>
+#endif
#include <openssl/hmac.h>
#include <openssl/ocsp.h>
#include <openssl/pkcs12.h>