summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des/des_opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/des/des_opts.c')
-rw-r--r--lib/libcrypto/des/des_opts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcrypto/des/des_opts.c b/lib/libcrypto/des/des_opts.c
index 79278b920eb..2df82962c5a 100644
--- a/lib/libcrypto/des/des_opts.c
+++ b/lib/libcrypto/des/des_opts.c
@@ -71,7 +71,11 @@
#include <io.h>
extern void exit();
#endif
+
+#ifndef OPENSSL_SYS_NETWARE
#include <signal.h>
+#endif
+
#ifndef _IRIX
#include <time.h>
#endif