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/exptest.c | |
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/exptest.c')
-rw-r--r-- | test/exptest.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); } |