projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b94a5
)
fuzz/asn1.c: Add missing #include
author
Richard Levitte
<levitte@openssl.org>
Sat, 25 Apr 2020 02:11:09 +0000
(
04:11
+0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 27 Apr 2020 22:03:17 +0000
(
00:03
+0200)
<openssl/dsa.h> gets included via ts.h... except when 'no-ts' has been
configured.
Fixes #11597
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11640)
fuzz/asn1.c
patch
|
blob
|
history
diff --git
a/fuzz/asn1.c
b/fuzz/asn1.c
index 9b122fc7a91a241c2bccda38dc875a48c32344e4..8fe8583815d30a0aeb07d5add60482f91f7b7c2a 100644
(file)
--- a/
fuzz/asn1.c
+++ b/
fuzz/asn1.c
@@
-23,6
+23,7
@@
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/dh.h>
+#include <openssl/dsa.h>
#include <openssl/ec.h>
#include <openssl/ocsp.h>
#include <openssl/pkcs12.h>