From 17f389bbbfccf057a8bc04084ed068c4b368e751 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 11 Sep 1999 17:54:18 +0000 Subject: Initial support for MacOS. This will soon be complemented with MacOS specific source code files and INSTALL.MacOS. I (Andy) have decided to get rid of a number of #include . I've verified it's ok (both by examining /usr/include/*.h and compiling) on a number of Unix platforms. Unfortunately I don't have Windows box to verify this on. I really appreciate if somebody could try to compile it and contact me a.s.a.p. in case a problem occurs. Submitted by: Roy Wood Reviewed by: Andy Polyakov --- crypto/x509/by_dir.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'crypto/x509/by_dir.c') diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c index 734e39ac77..3e1565ea5b 100644 --- a/crypto/x509/by_dir.c +++ b/crypto/x509/by_dir.c @@ -59,10 +59,18 @@ #include #include #include -#include -#include #include "cryptlib.h" + +#ifndef NO_SYS_TYPES_H +# include +#endif +#ifdef MAC_OS_pre_X +# include +#else +# include +#endif + #include #include -- cgit v1.2.3