From 5f8dd0f849d3bb87b2224715f8880716f39e9b0a Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 3 Aug 2017 16:21:01 -0400 Subject: Add missing include of cryptlib.h Also use "" not <> for all include cryptlib Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4082) --- ssl/s3_lib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ssl/s3_lib.c') diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index e36eb93ca7..fdccdb76c4 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -15,6 +15,7 @@ #include #include #include +#include "internal/cryptlib.h" #define SSL3_NUM_CIPHERS OSSL_NELEM(ssl3_ciphers) #define SSL3_NUM_SCSVS OSSL_NELEM(ssl3_scsvs) -- cgit v1.2.3