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