diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-09 20:55:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-09 20:55:09 +0000 |
commit | 8719c3ca9dc507c4337865161e41d49cda40fa40 (patch) | |
tree | a08b6e2d81a434643ebbd92c41d8e46a8012af64 /lib/libcrypto/asn1 | |
parent | 96c031a981a15487561e169f004efdceaccdde0a (diff) |
do not include dso.h where it is not needed; ok miod
Diffstat (limited to 'lib/libcrypto/asn1')
-rw-r--r-- | lib/libcrypto/asn1/asn_moid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/asn1/asn_moid.c b/lib/libcrypto/asn1/asn_moid.c index 7ddf212e9a2..f71f32c2751 100644 --- a/lib/libcrypto/asn1/asn_moid.c +++ b/lib/libcrypto/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 */ |