Don't include sys/types.h if NO_SYS_TYPES_H is defined.

This commit is contained in:
Richard Levitte 2000-02-26 03:55:15 +00:00
parent cb464c38b2
commit a1990dd76d

View File

@ -64,8 +64,10 @@
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include "cryptlib.h"
#ifndef NO_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <openssl/bio.h>
#ifdef BN_LLONG