diff options
author | deraadt <> | 2014-06-09 20:55:08 +0000 |
---|---|---|
committer | deraadt <> | 2014-06-09 20:55:08 +0000 |
commit | 750e585a6ddcca3ccd77433132702b50da9e30d9 (patch) | |
tree | ced439960ce9dbb11f38354bef8d8a0bf036d818 /src/lib/libcrypto/conf | |
parent | 6bda545cea89cef2781158d0428b7894fd12f284 (diff) | |
download | openbsd-750e585a6ddcca3ccd77433132702b50da9e30d9.tar.gz openbsd-750e585a6ddcca3ccd77433132702b50da9e30d9.tar.bz2 openbsd-750e585a6ddcca3ccd77433132702b50da9e30d9.zip |
do not include dso.h where it is not needed; ok miod
Diffstat (limited to 'src/lib/libcrypto/conf')
-rw-r--r-- | src/lib/libcrypto/conf/conf_mall.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/conf/conf_sap.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf_mall.c b/src/lib/libcrypto/conf/conf_mall.c index 8454d26fa8..6b68b54bfb 100644 --- a/src/lib/libcrypto/conf/conf_mall.c +++ b/src/lib/libcrypto/conf/conf_mall.c | |||
@@ -60,7 +60,6 @@ | |||
60 | #include <openssl/crypto.h> | 60 | #include <openssl/crypto.h> |
61 | #include "cryptlib.h" | 61 | #include "cryptlib.h" |
62 | #include <openssl/conf.h> | 62 | #include <openssl/conf.h> |
63 | #include <openssl/dso.h> | ||
64 | #include <openssl/x509.h> | 63 | #include <openssl/x509.h> |
65 | #include <openssl/asn1.h> | 64 | #include <openssl/asn1.h> |
66 | #ifndef OPENSSL_NO_ENGINE | 65 | #ifndef OPENSSL_NO_ENGINE |
diff --git a/src/lib/libcrypto/conf/conf_sap.c b/src/lib/libcrypto/conf/conf_sap.c index a8e1f78093..e1beb15a0a 100644 --- a/src/lib/libcrypto/conf/conf_sap.c +++ b/src/lib/libcrypto/conf/conf_sap.c | |||
@@ -60,7 +60,6 @@ | |||
60 | #include <openssl/crypto.h> | 60 | #include <openssl/crypto.h> |
61 | #include "cryptlib.h" | 61 | #include "cryptlib.h" |
62 | #include <openssl/conf.h> | 62 | #include <openssl/conf.h> |
63 | #include <openssl/dso.h> | ||
64 | #include <openssl/x509.h> | 63 | #include <openssl/x509.h> |
65 | #include <openssl/asn1.h> | 64 | #include <openssl/asn1.h> |
66 | #ifndef OPENSSL_NO_ENGINE | 65 | #ifndef OPENSSL_NO_ENGINE |