diff options
| author | deraadt <> | 2014-06-09 20:55:08 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-06-09 20:55:08 +0000 |
| commit | 1bc3a8dec0d82a0fc13cc58a0c3337c8570f39df (patch) | |
| tree | ced439960ce9dbb11f38354bef8d8a0bf036d818 /src/lib/libcrypto/conf | |
| parent | 67954634247d77160dcd8952fdd5a1b161a7be05 (diff) | |
| download | openbsd-1bc3a8dec0d82a0fc13cc58a0c3337c8570f39df.tar.gz openbsd-1bc3a8dec0d82a0fc13cc58a0c3337c8570f39df.tar.bz2 openbsd-1bc3a8dec0d82a0fc13cc58a0c3337c8570f39df.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 |
