aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/md5test.c')
-rw-r--r--crypto/md5/md5test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/md5/md5test.c b/crypto/md5/md5test.c
index bfd62629ed..667b6be344 100644
--- a/crypto/md5/md5test.c
+++ b/crypto/md5/md5test.c
@@ -120,6 +120,10 @@ int main(int argc, char *argv[])
R++;
P++;
}
+
+#ifdef OPENSSL_SYS_NETWARE
+ if (err) printf("ERROR: %d\n", err);
+#endif
EXIT(err);
return(0);
}