From 1daf1f522a26bc92ef488c760b18c65ff223b0af Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 22 May 2014 17:43:52 +0000 Subject: There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an empty define) and an OPENSSL_EXTERN (which is defined as, well... extern). The use of OPENSSL_EXTERN is already inconsistent since the lines above and below just use plain old "extern". Expand the two uses of these macros and stop including e_os2.h in libssl. ok miod@ --- src/lib/libssl/ssl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libssl/ssl.h') diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index dc56abaa99..98c7cfaa38 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h @@ -143,8 +143,6 @@ #ifndef HEADER_SSL_H #define HEADER_SSL_H -#include - #ifndef OPENSSL_NO_COMP #include #endif -- cgit v1.2.3-55-g6feb