diff options
Diffstat (limited to 'usr/src/common/openssl/crypto/idea/ideatest.c')
-rw-r--r-- | usr/src/common/openssl/crypto/idea/ideatest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/idea/ideatest.c b/usr/src/common/openssl/crypto/idea/ideatest.c index 98f805d72a..e6ffc7025e 100644 --- a/usr/src/common/openssl/crypto/idea/ideatest.c +++ b/usr/src/common/openssl/crypto/idea/ideatest.c @@ -169,6 +169,9 @@ int main(int argc, char *argv[]) else printf("ok\n"); +#ifdef OPENSSL_SYS_NETWARE + if (err) printf("ERROR: %d\n", err); +#endif EXIT(err); return(err); } |