From: Richard Levitte Date: Sun, 31 Dec 2000 01:18:50 +0000 (+0000) Subject: Since asn1.h gets included recursively from many places, the easiest X-Git-Tag: OpenSSL_0_9_6a-beta1~81^2~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e102a3dcfdff8f3dbe81286926525318611fc23a;p=oweals%2Fopenssl.git Since asn1.h gets included recursively from many places, the easiest is to have asn1.h include e_os.h and e_os2.h. Of course, this makes the unofficial "non-export" status of e_os.h a bit delicate... --- diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 4646f05da5..2d0539b612 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -70,6 +70,9 @@ #include +#include +#include + #ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN # define OPENSSL_EXTERN OPENSSL_EXPORT