aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/des/speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/des/speed.c')
-rw-r--r--crypto/openssl/crypto/des/speed.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/des/speed.c b/crypto/openssl/crypto/des/speed.c
index 48fc1d49fc24..1616f4b7c959 100644
--- a/crypto/openssl/crypto/des/speed.c
+++ b/crypto/openssl/crypto/des/speed.c
@@ -69,7 +69,11 @@
#include OPENSSL_UNISTD_IO
OPENSSL_DECLARE_EXIT
+#ifndef OPENSSL_SYS_NETWARE
#include <signal.h>
+#define crypt(c,s) (des_crypt((c),(s)))
+#endif
+
#ifndef _IRIX
#include <time.h>
#endif