projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7498162
)
Don't rely on implicit rsa.h inclusion
author
Viktor Dukhovni
<openssl-users@dukhovni.org>
Mon, 11 Jul 2016 01:09:38 +0000
(21:09 -0400)
committer
Viktor 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
patch
|
blob
|
history
diff --git
a/fuzz/server.c
b/fuzz/server.c
index 34c77340e8751ed84e1afd2ba6af7c6b74d0439d..0076306db9c8c3f4f6ec8b32a75e9642f886d418 100644
(file)
--- 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[] = {