Commit e102a3dc authored by Richard Levitte's avatar Richard Levitte
Browse files

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...
parent ecbe0781
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -70,6 +70,9 @@

#include <openssl/symhacks.h>

#include <openssl/e_os.h>
#include <openssl/e_os2.h>

#ifdef OPENSSL_BUILD_SHLIBCRYPTO
# undef OPENSSL_EXTERN
# define OPENSSL_EXTERN OPENSSL_EXPORT