提交 1d03b7b8 编写于 作者: V Viktor Dukhovni

Don't rely on implicit rsa.h inclusion

With no-deprecated, some nested includes don't happen by default.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 7498162d
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <openssl/rand.h> #include <openssl/rand.h>
#include <openssl/ssl.h> #include <openssl/ssl.h>
#include <openssl/rsa.h>
#include "fuzzer.h" #include "fuzzer.h"
static const uint8_t kCertificateDER[] = { static const uint8_t kCertificateDER[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册