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_cert.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libssl/ssl_cert.c') diff --git a/src/lib/libssl/ssl_cert.c b/src/lib/libssl/ssl_cert.c index 1b9944cf92..f89fa13951 100644 --- a/src/lib/libssl/ssl_cert.c +++ b/src/lib/libssl/ssl_cert.c @@ -121,7 +121,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3-55-g6feb