summaryrefslogtreecommitdiffstats
path: root/fuzz/server.c
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-07-10 21:09:38 -0400
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-07-10 21:09:38 -0400
commit1d03b7b893223b1b049cb992e5c57c9a10f5846c (patch)
tree122b2bc080c7e1a36cf4123f1d84b020d8671298 /fuzz/server.c
parent7498162d753fc21aa4a30cb0855479dac0515f5c (diff)
Don't rely on implicit rsa.h inclusion
With no-deprecated, some nested includes don't happen by default. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'fuzz/server.c')
-rw-r--r--fuzz/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/server.c b/fuzz/server.c
index 34c77340e8..0076306db9 100644
--- a/fuzz/server.c
+++ b/fuzz/server.c
@@ -15,6 +15,7 @@
#include <openssl/rand.h>
#include <openssl/ssl.h>
+#include <openssl/rsa.h>
#include "fuzzer.h"
static const uint8_t kCertificateDER[] = {