diff options
author | Richard Levitte <levitte@openssl.org> | 2002-10-14 10:02:36 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-10-14 10:02:36 +0000 |
commit | 677532629d84e39f4cb8edfe017fbfc8120d45d0 (patch) | |
tree | 81136eaf5d5ec7404c11d00a3c5c385df2ba1534 /crypto/asn1 | |
parent | 57d8ff79b27e0b5ed33220f605e714a921db998b (diff) | |
download | openssl-new-677532629d84e39f4cb8edfe017fbfc8120d45d0.tar.gz |
makedepend complains when a header file is included more than once in
the same source file.
Diffstat (limited to 'crypto/asn1')
-rw-r--r-- | crypto/asn1/asn1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index e870948e8d..599cc8bb14 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -70,7 +70,6 @@ #include <openssl/symhacks.h> -#include <openssl/e_os2.h> #include <openssl/ossl_typ.h> #ifdef OPENSSL_BUILD_SHLIBCRYPTO |