Don't rely on implicit rsa.h inclusion
authorViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 11 Jul 2016 01:09:38 +0000 (21:09 -0400)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 11 Jul 2016 01:09:38 +0000 (21:09 -0400)
With no-deprecated, some nested includes don't happen by default.

Reviewed-by: Rich Salz <rsalz@openssl.org>
fuzz/server.c

index 34c77340e8751ed84e1afd2ba6af7c6b74d0439d..0076306db9c8c3f4f6ec8b32a75e9642f886d418 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <openssl/rand.h>
 #include <openssl/ssl.h>
+#include <openssl/rsa.h>
 #include "fuzzer.h"
 
 static const uint8_t kCertificateDER[] = {