aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/rsa_test.c')
-rw-r--r--crypto/rsa/rsa_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/rsa/rsa_test.c b/crypto/rsa/rsa_test.c
index 924e9ad1f6..236842a634 100644
--- a/crypto/rsa/rsa_test.c
+++ b/crypto/rsa/rsa_test.c
@@ -312,6 +312,9 @@ int main(int argc, char *argv[])
CRYPTO_mem_leaks_fp(stderr);
+#ifdef OPENSSL_SYS_NETWARE
+ if (err) printf("ERROR: %d\n", err);
+#endif
return err;
}
#endif