diff options
author | jsing <> | 2014-05-22 17:43:52 +0000 |
---|---|---|
committer | jsing <> | 2014-05-22 17:43:52 +0000 |
commit | 44969861a5fe3788fcc9114e6b407a669e709ad0 (patch) | |
tree | 6484c6b39bca5e864afb2f808f3b41cb9668da42 /src/lib/libssl/ssl_cert.c | |
parent | 5ac4fd0eaaac32772c817578ee9a2c662fa8f630 (diff) | |
download | openbsd-44969861a5fe3788fcc9114e6b407a669e709ad0.tar.gz openbsd-44969861a5fe3788fcc9114e6b407a669e709ad0.tar.bz2 openbsd-44969861a5fe3788fcc9114e6b407a669e709ad0.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_cert.c')
-rw-r--r-- | src/lib/libssl/ssl_cert.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
121 | #include <dirent.h> | 121 | #include <dirent.h> |
122 | 122 | ||
123 | #include <openssl/opensslconf.h> | 123 | #include <openssl/opensslconf.h> |
124 | #include <openssl/e_os2.h> | ||
125 | #include <openssl/objects.h> | 124 | #include <openssl/objects.h> |
126 | #include <openssl/bio.h> | 125 | #include <openssl/bio.h> |
127 | #include <openssl/pem.h> | 126 | #include <openssl/pem.h> |