artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
432b8f8
)
Still need engine.h for ENGINE_free()
author
tb
<tb@openbsd.org>
Mon, 20 Nov 2023 01:20:19 +0000
(
01:20
+0000)
committer
tb
<tb@openbsd.org>
Mon, 20 Nov 2023 01:20:19 +0000
(
01:20
+0000)
But do away with the OPENSSL_NO_ENGINE dance.
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
43b8759
..
3c4e542
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.
7 2023/11/19 13:11:06
tb Exp $ */
+/* $OpenBSD: freenull.c.head,v 1.
8 2023/11/20 01:20:19
tb Exp $ */
#include <openssl/asn1.h>
#include <openssl/cmac.h>
@@
-6,6
+6,7
@@
#include <openssl/comp.h>
#include <openssl/conf_api.h>
#include <openssl/ct.h>
+#include <openssl/engine.h>
#include <openssl/gost.h>
#include <openssl/hmac.h>
#include <openssl/ocsp.h>