aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/idea/ideatest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/ideatest.c')
-rw-r--r--crypto/idea/ideatest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/idea/ideatest.c b/crypto/idea/ideatest.c
index 98f805d72a..e6ffc7025e 100644
--- a/crypto/idea/ideatest.c
+++ b/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);
}