diff options
author | Ben Laurie <ben@links.org> | 2016-08-01 04:44:42 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2016-08-01 12:30:33 +0200 |
commit | 68e71e9d000b72d964eb8b4106a1d879a0da4908 (patch) | |
tree | 3b4d3763026c0a293e43462d437f7793f7991cfd /fuzz/asn1.c | |
parent | peer_tmp doesn't exist if no-ec no-dh. (diff) | |
download | openssl-68e71e9d000b72d964eb8b4106a1d879a0da4908.tar.xz openssl-68e71e9d000b72d964eb8b4106a1d879a0da4908.zip |
Include what we use.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'fuzz/asn1.c')
-rw-r--r-- | fuzz/asn1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz/asn1.c b/fuzz/asn1.c index d3f0bb36b3..5125f363ff 100644 --- a/fuzz/asn1.c +++ b/fuzz/asn1.c @@ -19,9 +19,11 @@ #include <string.h> #include <openssl/asn1.h> #include <openssl/asn1t.h> +#include <openssl/dh.h> #include <openssl/ec.h> #include <openssl/ocsp.h> #include <openssl/pkcs12.h> +#include <openssl/rsa.h> #include <openssl/ts.h> #include <openssl/x509v3.h> #include <openssl/cms.h> |