diff options
author | jsing <> | 2014-05-22 17:43:52 +0000 |
---|---|---|
committer | jsing <> | 2014-05-22 17:43:52 +0000 |
commit | 1daf1f522a26bc92ef488c760b18c65ff223b0af (patch) | |
tree | 6484c6b39bca5e864afb2f808f3b41cb9668da42 /src/lib/libssl/ssl.h | |
parent | 32a82f1d836ae0b4585960be533eecc2e39c1cb7 (diff) | |
download | openbsd-1daf1f522a26bc92ef488c760b18c65ff223b0af.tar.gz openbsd-1daf1f522a26bc92ef488c760b18c65ff223b0af.tar.bz2 openbsd-1daf1f522a26bc92ef488c760b18c65ff223b0af.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 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
143 | #ifndef HEADER_SSL_H | 143 | #ifndef HEADER_SSL_H |
144 | #define HEADER_SSL_H | 144 | #define HEADER_SSL_H |
145 | 145 | ||
146 | #include <openssl/e_os2.h> | ||
147 | |||
148 | #ifndef OPENSSL_NO_COMP | 146 | #ifndef OPENSSL_NO_COMP |
149 | #include <openssl/comp.h> | 147 | #include <openssl/comp.h> |
150 | #endif | 148 | #endif |