diff options
Diffstat (limited to 'usr/src/common/openssl/crypto/rc4/rc4speed.c')
-rw-r--r-- | usr/src/common/openssl/crypto/rc4/rc4speed.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/rc4/rc4speed.c b/usr/src/common/openssl/crypto/rc4/rc4speed.c index ced98c52df..0ebd38123d 100644 --- a/usr/src/common/openssl/crypto/rc4/rc4speed.c +++ b/usr/src/common/openssl/crypto/rc4/rc4speed.c @@ -69,7 +69,10 @@ #include OPENSSL_UNISTD_IO OPENSSL_DECLARE_EXIT +#ifndef OPENSSL_SYS_NETWARE #include <signal.h> +#endif + #ifndef _IRIX #include <time.h> #endif |