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 | |
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')
-rw-r--r-- | src/lib/libcrypto/asn1/asn_moid.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/conf/conf_mall.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/conf/conf_sap.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/asn1/asn_moid.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/conf/conf_mall.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/conf/conf_sap.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/asn1/asn_moid.c b/src/lib/libcrypto/asn1/asn_moid.c index 7ddf212e9a..f71f32c275 100644 --- a/src/lib/libcrypto/asn1/asn_moid.c +++ b/src/lib/libcrypto/asn1/asn_moid.c | |||
@@ -61,7 +61,6 @@ | |||
61 | #include <openssl/crypto.h> | 61 | #include <openssl/crypto.h> |
62 | #include "cryptlib.h" | 62 | #include "cryptlib.h" |
63 | #include <openssl/conf.h> | 63 | #include <openssl/conf.h> |
64 | #include <openssl/dso.h> | ||
65 | #include <openssl/x509.h> | 64 | #include <openssl/x509.h> |
66 | 65 | ||
67 | /* Simple ASN1 OID module: add all objects in a given section */ | 66 | /* Simple ASN1 OID module: add all objects in a given section */ |
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 |
diff --git a/src/lib/libssl/src/crypto/asn1/asn_moid.c b/src/lib/libssl/src/crypto/asn1/asn_moid.c index 7ddf212e9a..f71f32c275 100644 --- a/src/lib/libssl/src/crypto/asn1/asn_moid.c +++ b/src/lib/libssl/src/crypto/asn1/asn_moid.c | |||
@@ -61,7 +61,6 @@ | |||
61 | #include <openssl/crypto.h> | 61 | #include <openssl/crypto.h> |
62 | #include "cryptlib.h" | 62 | #include "cryptlib.h" |
63 | #include <openssl/conf.h> | 63 | #include <openssl/conf.h> |
64 | #include <openssl/dso.h> | ||
65 | #include <openssl/x509.h> | 64 | #include <openssl/x509.h> |
66 | 65 | ||
67 | /* Simple ASN1 OID module: add all objects in a given section */ | 66 | /* Simple ASN1 OID module: add all objects in a given section */ |
diff --git a/src/lib/libssl/src/crypto/conf/conf_mall.c b/src/lib/libssl/src/crypto/conf/conf_mall.c index 8454d26fa8..6b68b54bfb 100644 --- a/src/lib/libssl/src/crypto/conf/conf_mall.c +++ b/src/lib/libssl/src/crypto/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/libssl/src/crypto/conf/conf_sap.c b/src/lib/libssl/src/crypto/conf/conf_sap.c index a8e1f78093..e1beb15a0a 100644 --- a/src/lib/libssl/src/crypto/conf/conf_sap.c +++ b/src/lib/libssl/src/crypto/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 |