Don't include sys/types.h if NO_SYS_TYPES_H is defined.
This commit is contained in:
parent
cb464c38b2
commit
a1990dd76d
@ -64,8 +64,10 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include "cryptlib.h"
|
#include "cryptlib.h"
|
||||||
|
#ifndef NO_SYS_TYPES_H
|
||||||
|
#include <sys/types.h>
|
||||||
|
#endif
|
||||||
#include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
|
|
||||||
#ifdef BN_LLONG
|
#ifdef BN_LLONG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user