[openssl] OpenSSL_1_1_1-stable update
Richard Levitte
levitte at openssl.org
Mon Apr 27 22:05:33 UTC 2020
The branch OpenSSL_1_1_1-stable has been updated
via 1ab9298e43b6023f4083609493f20e354aa7faab (commit)
from a5ae257ed2d046105cff99d72d2d1335091a3515 (commit)
- Log -----------------------------------------------------------------
commit 1ab9298e43b6023f4083609493f20e354aa7faab
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Apr 25 04:11:09 2020 +0200
fuzz/asn1.c: Add missing #include
<openssl/dsa.h> gets included via ts.h... except when 'no-ts' has been
configured.
Fixes #11597
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11640)
(cherry picked from commit 60ebc0ca5a829e2ae939a9ab13658af202b6dfc7)
-----------------------------------------------------------------------
Summary of changes:
fuzz/asn1.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fuzz/asn1.c b/fuzz/asn1.c
index fd2271bf52..d3148c0b31 100644
--- a/fuzz/asn1.c
+++ b/fuzz/asn1.c
@@ -20,6 +20,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>
More information about the openssl-commits
mailing list