[openssl] master update

Richard Levitte levitte at openssl.org
Mon Apr 27 22:04:01 UTC 2020


The branch master has been updated
       via  60ebc0ca5a829e2ae939a9ab13658af202b6dfc7 (commit)
      from  80b94a5adb461f94629d36db351a051b0a890856 (commit)


- Log -----------------------------------------------------------------
commit 60ebc0ca5a829e2ae939a9ab13658af202b6dfc7
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)

-----------------------------------------------------------------------

Summary of changes:
 fuzz/asn1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fuzz/asn1.c b/fuzz/asn1.c
index 9b122fc7a9..8fe8583815 100644
--- 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>


More information about the openssl-commits mailing list