diff options
author | 2014-06-09 20:55:08 +0000 | |
---|---|---|
committer | 2014-06-09 20:55:08 +0000 | |
commit | b77cd8d562546fc96447eff560aaf85d82391ff4 (patch) | |
tree | acb7c68d3238a971c732683ea80e58962bdc6e81 /lib/libssl/src | |
parent | Nuke the machinery to sync libkern with libc, it's not been used in the (diff) | |
download | wireguard-openbsd-b77cd8d562546fc96447eff560aaf85d82391ff4.tar.xz wireguard-openbsd-b77cd8d562546fc96447eff560aaf85d82391ff4.zip |
do not include dso.h where it is not needed; ok miod
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/asn1/asn_moid.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/conf/conf_mall.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/conf/conf_sap.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/asn1/asn_moid.c b/lib/libssl/src/crypto/asn1/asn_moid.c index 7ddf212e9a2..f71f32c2751 100644 --- a/lib/libssl/src/crypto/asn1/asn_moid.c +++ b/lib/libssl/src/crypto/asn1/asn_moid.c @@ -61,7 +61,6 @@ #include <openssl/crypto.h> #include "cryptlib.h" #include <openssl/conf.h> -#include <openssl/dso.h> #include <openssl/x509.h> /* Simple ASN1 OID module: add all objects in a given section */ diff --git a/lib/libssl/src/crypto/conf/conf_mall.c b/lib/libssl/src/crypto/conf/conf_mall.c index 8454d26fa84..6b68b54bfbc 100644 --- a/lib/libssl/src/crypto/conf/conf_mall.c +++ b/lib/libssl/src/crypto/conf/conf_mall.c @@ -60,7 +60,6 @@ #include <openssl/crypto.h> #include "cryptlib.h" #include <openssl/conf.h> -#include <openssl/dso.h> #include <openssl/x509.h> #include <openssl/asn1.h> #ifndef OPENSSL_NO_ENGINE diff --git a/lib/libssl/src/crypto/conf/conf_sap.c b/lib/libssl/src/crypto/conf/conf_sap.c index a8e1f780930..e1beb15a0ac 100644 --- a/lib/libssl/src/crypto/conf/conf_sap.c +++ b/lib/libssl/src/crypto/conf/conf_sap.c @@ -60,7 +60,6 @@ #include <openssl/crypto.h> #include "cryptlib.h" #include <openssl/conf.h> -#include <openssl/dso.h> #include <openssl/x509.h> #include <openssl/asn1.h> #ifndef OPENSSL_NO_ENGINE |