summaryrefslogtreecommitdiffstats
path: root/test/randtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/randtest.c')
-rw-r--r--test/randtest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/randtest.c b/test/randtest.c
index 69f3fd4b8e..dc0e84d7a9 100644
--- a/test/randtest.c
+++ b/test/randtest.c
@@ -189,9 +189,5 @@ int main(int argc, char **argv)
printf("test 4 done\n");
err:
err = ((err) ? 1 : 0);
-#ifdef OPENSSL_SYS_NETWARE
- if (err)
- printf("ERROR: %d\n", err);
-#endif
EXIT(err);
}