The branch master has been updated
       via  1d03b7b893223b1b049cb992e5c57c9a10f5846c (commit)
      from  7498162d753fc21aa4a30cb0855479dac0515f5c (commit)


- Log -----------------------------------------------------------------
commit 1d03b7b893223b1b049cb992e5c57c9a10f5846c
Author: Viktor Dukhovni <[email protected]>
Date:   Sun Jul 10 21:09:38 2016 -0400

    Don't rely on implicit rsa.h inclusion
    
    With no-deprecated, some nested includes don't happen by default.
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 fuzz/server.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fuzz/server.c b/fuzz/server.c
index 34c7734..0076306 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[] = {
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to