summaryrefslogtreecommitdiff
path: root/crypto/rc4/rc4test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc4/rc4test.c')
-rw-r--r--crypto/rc4/rc4test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/rc4/rc4test.c b/crypto/rc4/rc4test.c
index b9d8f20975..18154025eb 100644
--- a/crypto/rc4/rc4test.c
+++ b/crypto/rc4/rc4test.c
@@ -197,6 +197,9 @@ int main(int argc, char *argv[])
}
}
printf("done\n");
+#ifdef OPENSSL_SYS_NETWARE
+ if (err) printf("ERROR: %d\n", err);
+#endif
EXIT(err);
return(0);
}