diff options
Diffstat (limited to 'usr/src/common/openssl/crypto/des/speed.c')
| -rw-r--r-- | usr/src/common/openssl/crypto/des/speed.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/des/speed.c b/usr/src/common/openssl/crypto/des/speed.c index 48fc1d49fc..1616f4b7c9 100644 --- a/usr/src/common/openssl/crypto/des/speed.c +++ b/usr/src/common/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 |
