fuzz/asn1.c: Add missing #include
authorRichard Levitte <levitte@openssl.org>
Sat, 25 Apr 2020 02:11:09 +0000 (04:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 27 Apr 2020 22:05:18 +0000 (00:05 +0200)
commit1ab9298e43b6023f4083609493f20e354aa7faab
treea232e63a32077b19578150b171418e0ff1156acd
parenta5ae257ed2d046105cff99d72d2d1335091a3515
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@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11640)

(cherry picked from commit 60ebc0ca5a829e2ae939a9ab13658af202b6dfc7)
fuzz/asn1.c