diff options
Diffstat (limited to 'usr/src/common/openssl/crypto/idea/idea_spd.c')
-rw-r--r-- | usr/src/common/openssl/crypto/idea/idea_spd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/idea/idea_spd.c b/usr/src/common/openssl/crypto/idea/idea_spd.c index 48ffaff520..699353e871 100644 --- a/usr/src/common/openssl/crypto/idea/idea_spd.c +++ b/usr/src/common/openssl/crypto/idea/idea_spd.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 |