summaryrefslogtreecommitdiffstats
path: root/test/mdc2test.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-17 17:53:11 +0100
committerRich Salz <rsalz@openssl.org>2016-03-17 22:06:57 +0100
commit1fbab1dc6fcb14f512a40c5755708a8bcbf84f40 (patch)
treea54f0b0b24b2a5af56e3f3e533e0a5c7063266bd /test/mdc2test.c
parentDisallow --classic for Windows (diff)
downloadopenssl-1fbab1dc6fcb14f512a40c5755708a8bcbf84f40.tar.xz
openssl-1fbab1dc6fcb14f512a40c5755708a8bcbf84f40.zip
Remove Netware and OS/2
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/mdc2test.c')
-rw-r--r--test/mdc2test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/mdc2test.c b/test/mdc2test.c
index d1fe049ab6..2177a0ef6d 100644
--- a/test/mdc2test.c
+++ b/test/mdc2test.c
@@ -135,10 +135,6 @@ int main(int argc, char *argv[])
printf("pad2 - ok\n");
EVP_MD_CTX_free(c);
-# ifdef OPENSSL_SYS_NETWARE
- if (ret)
- printf("ERROR: %d\n", ret);
-# endif
EXIT(ret);
}
#endif