aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mdc2/mdc2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mdc2/mdc2test.c')
-rw-r--r--crypto/mdc2/mdc2test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/mdc2/mdc2test.c b/crypto/mdc2/mdc2test.c
index c9abe99d92..017b31add2 100644
--- a/crypto/mdc2/mdc2test.c
+++ b/crypto/mdc2/mdc2test.c
@@ -140,6 +140,9 @@ int main(int argc, char *argv[])
printf("pad2 - ok\n");
EVP_MD_CTX_cleanup(&c);
+#ifdef OPENSSL_SYS_NETWARE
+ if (ret) printf("ERROR: %d\n", ret);
+#endif
EXIT(ret);
return(ret);
}