Initial support for MacOS.
[openssl.git] / crypto / asn1 / a_digest.c
index 8c45add557602d517cf8f4eaa6a29b5752212458..c838f60b46c5d1bee5ee3aca970673e77fa1d54d 100644 (file)
 
 #include <stdio.h>
 #include <time.h>
 
 #include <stdio.h>
 #include <time.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 
 #include "cryptlib.h"
 
 #include "cryptlib.h"
+
+#ifndef NO_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+
 #include <openssl/evp.h>
 #include <openssl/buffer.h>
 #include <openssl/x509.h>
 #include <openssl/evp.h>
 #include <openssl/buffer.h>
 #include <openssl/x509.h>