diff options
author | 2014-05-22 17:43:52 +0000 | |
---|---|---|
committer | 2014-05-22 17:43:52 +0000 | |
commit | 68b99d3222e5ec9a22f1e097ab07231c86180061 (patch) | |
tree | dbd05aed808dcef68e2156bfb66a85a6f76808c1 /lib/libssl/ssl.h | |
parent | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl (diff) | |
download | wireguard-openbsd-68b99d3222e5ec9a22f1e097ab07231c86180061.tar.xz wireguard-openbsd-68b99d3222e5ec9a22f1e097ab07231c86180061.zip |
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@
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index dc56abaa99a..98c7cfaa380 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -143,8 +143,6 @@ #ifndef HEADER_SSL_H #define HEADER_SSL_H -#include <openssl/e_os2.h> - #ifndef OPENSSL_NO_COMP #include <openssl/comp.h> #endif |