aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-12-31 01:18:50 +0000
committerRichard Levitte <levitte@openssl.org>2000-12-31 01:18:50 +0000
commite102a3dcfdff8f3dbe81286926525318611fc23a (patch)
tree3fb25332b28e690dd5e450740cd37dd50dc69d2e /crypto
parentecbe07817ab8fff2aca97eeb69fabdd5c54b4bda (diff)
downloadopenssl-e102a3dcfdff8f3dbe81286926525318611fc23a.tar.gz
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...
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/asn1.h3
1 files changed, 3 insertions, 0 deletions
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 <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