diff options
author | Rich Salz <rsalz@openssl.org> | 2016-03-17 17:53:11 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-03-17 22:06:57 +0100 |
commit | 1fbab1dc6fcb14f512a40c5755708a8bcbf84f40 (patch) | |
tree | a54f0b0b24b2a5af56e3f3e533e0a5c7063266bd /test | |
parent | Disallow --classic for Windows (diff) | |
download | openssl-1fbab1dc6fcb14f512a40c5755708a8bcbf84f40.tar.xz openssl-1fbab1dc6fcb14f512a40c5755708a8bcbf84f40.zip |
Remove Netware and OS/2
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/bftest.c | 4 | ||||
-rw-r--r-- | test/destest.c | 4 | ||||
-rw-r--r-- | test/dhtest.c | 4 | ||||
-rw-r--r-- | test/dsatest.c | 4 | ||||
-rw-r--r-- | test/exptest.c | 3 | ||||
-rw-r--r-- | test/ideatest.c | 4 | ||||
-rw-r--r-- | test/md2test.c | 4 | ||||
-rw-r--r-- | test/md5test.c | 4 | ||||
-rw-r--r-- | test/mdc2test.c | 4 | ||||
-rw-r--r-- | test/randtest.c | 4 | ||||
-rw-r--r-- | test/rc2test.c | 4 | ||||
-rw-r--r-- | test/rc4test.c | 4 | ||||
-rw-r--r-- | test/rsa_test.c | 4 | ||||
-rw-r--r-- | test/sha1test.c | 4 |
14 files changed, 0 insertions, 55 deletions
diff --git a/test/bftest.c b/test/bftest.c index 657ae90c34..b5e6c5144d 100644 --- a/test/bftest.c +++ b/test/bftest.c @@ -288,10 +288,6 @@ int main(int argc, char *argv[]) else ret = test(); -# ifdef OPENSSL_SYS_NETWARE - if (ret) - printf("ERROR: %d\n", ret); -# endif EXIT(ret); } diff --git a/test/destest.c b/test/destest.c index 5e4552c8a6..a544f41526 100644 --- a/test/destest.c +++ b/test/destest.c @@ -718,10 +718,6 @@ int main(int argc, char *argv[]) printf("fast crypt error, %s should be yA1Rp/1hZXIJk\n", str); err = 1; } -# ifdef OPENSSL_SYS_NETWARE - if (err) - printf("ERROR: %d\n", err); -# endif printf("\n"); return (err); } diff --git a/test/dhtest.c b/test/dhtest.c index 224b1fdee8..5940aa78b2 100644 --- a/test/dhtest.c +++ b/test/dhtest.c @@ -202,10 +202,6 @@ int main(int argc, char *argv[]) DH_free(a); BN_GENCB_free(_cb); BIO_free(out); -# ifdef OPENSSL_SYS_NETWARE - if (ret) - printf("ERROR: %d\n", ret); -# endif EXIT(ret); } diff --git a/test/dsatest.c b/test/dsatest.c index b53ee471df..27996ac85e 100644 --- a/test/dsatest.c +++ b/test/dsatest.c @@ -217,10 +217,6 @@ int main(int argc, char **argv) #endif BIO_free(bio_err); bio_err = NULL; -# ifdef OPENSSL_SYS_NETWARE - if (!ret) - printf("ERROR\n"); -# endif EXIT(!ret); } diff --git a/test/exptest.c b/test/exptest.c index bc023ef67e..68802683b7 100644 --- a/test/exptest.c +++ b/test/exptest.c @@ -312,8 +312,5 @@ int main(int argc, char *argv[]) EXIT(0); err: ERR_print_errors(out); -#ifdef OPENSSL_SYS_NETWARE - printf("ERROR\n"); -#endif EXIT(1); } diff --git a/test/ideatest.c b/test/ideatest.c index 7418a17fa1..d7c9eedcbe 100644 --- a/test/ideatest.c +++ b/test/ideatest.c @@ -167,10 +167,6 @@ int main(int argc, char *argv[]) } else printf("ok\n"); -# ifdef OPENSSL_SYS_NETWARE - if (err) - printf("ERROR: %d\n", err); -# endif EXIT(err); } diff --git a/test/md2test.c b/test/md2test.c index b416735251..ccf46593d0 100644 --- a/test/md2test.c +++ b/test/md2test.c @@ -121,10 +121,6 @@ int main(int argc, char *argv[]) R++; P++; } -# ifdef OPENSSL_SYS_NETWARE - if (err) - printf("ERROR: %d\n", err); -# endif EXIT(err); return err; } diff --git a/test/md5test.c b/test/md5test.c index 35aebf626e..2c75890014 100644 --- a/test/md5test.c +++ b/test/md5test.c @@ -117,10 +117,6 @@ int main(int argc, char *argv[]) P++; } -# ifdef OPENSSL_SYS_NETWARE - if (err) - printf("ERROR: %d\n", err); -# endif EXIT(err); } 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 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); } diff --git a/test/rc2test.c b/test/rc2test.c index 5cfbac9d62..3890cf0d39 100644 --- a/test/rc2test.c +++ b/test/rc2test.c @@ -141,10 +141,6 @@ int main(int argc, char *argv[]) if (err == 0) printf("ecb RC2 ok\n"); -# ifdef OPENSSL_SYS_NETWARE - if (err) - printf("ERROR: %d\n", err); -# endif EXIT(err); } diff --git a/test/rc4test.c b/test/rc4test.c index 7de091c3bd..271fcf1580 100644 --- a/test/rc4test.c +++ b/test/rc4test.c @@ -218,10 +218,6 @@ int main(int argc, char *argv[]) } else printf("ok\n"); } -# ifdef OPENSSL_SYS_NETWARE - if (err) - printf("ERROR: %d\n", err); -# endif EXIT(err); } #endif diff --git a/test/rsa_test.c b/test/rsa_test.c index 770c376380..d5d73e02aa 100644 --- a/test/rsa_test.c +++ b/test/rsa_test.c @@ -329,10 +329,6 @@ int main(int argc, char *argv[]) err = 1; #endif -# ifdef OPENSSL_SYS_NETWARE - if (err) - printf("ERROR: %d\n", err); -# endif return err; } #endif diff --git a/test/sha1test.c b/test/sha1test.c index 903d786ba6..ada37d11d6 100644 --- a/test/sha1test.c +++ b/test/sha1test.c @@ -131,10 +131,6 @@ int main(int argc, char *argv[]) } else printf("test 3 ok\n"); -#ifdef OPENSSL_SYS_NETWARE - if (err) - printf("ERROR: %d\n", err); -#endif EVP_MD_CTX_free(c); EXIT(err); return (0); |