summaryrefslogtreecommitdiff
path: root/tests/mini-record-2.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-05 16:20:25 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-22 12:54:18 +0200
commit155fe8ed9967f56c8364fbf7ce391cb2cd70d4c7 (patch)
tree84da1c4530e9eb46d46b1c16b4360ce2f4ee568a /tests/mini-record-2.c
parentac4b38e3a40b0d2646b67694e5e1c62288ad92f2 (diff)
downloadgnutls-155fe8ed9967f56c8364fbf7ce391cb2cd70d4c7.tar.gz
tests: removed tests related to zlib support
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/mini-record-2.c')
-rw-r--r--tests/mini-record-2.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/mini-record-2.c b/tests/mini-record-2.c
index c4a22c1836..f423c8dae5 100644
--- a/tests/mini-record-2.c
+++ b/tests/mini-record-2.c
@@ -423,9 +423,6 @@ static void start(const char *prio, int ign)
#define NULL_SHA1 "NONE:+VERS-TLS1.0:-CIPHER-ALL:+NULL:+SHA1:+SIGN-ALL:+COMP-NULL:+ANON-ECDH:+RSA:+CURVE-ALL"
-#define ARCFOUR_SHA1_ZLIB "NONE:+VERS-TLS1.0:-CIPHER-ALL:+ARCFOUR-128:+SHA1:+SIGN-ALL:+COMP-DEFLATE:+ANON-ECDH:+CURVE-ALL"
-
-#define AES_GCM_ZLIB "NONE:+VERS-TLS1.2:-CIPHER-ALL:+AES-128-GCM:+AEAD:+SIGN-ALL:+COMP-DEFLATE:+RSA:+CURVE-ALL"
#define CHACHA_POLY1305 "NONE:+VERS-TLS1.2:-CIPHER-ALL:+RSA:+CHACHA20-POLY1305:+MAC-ALL:+SIGN-ALL:+COMP-ALL:+ECDHE-RSA:+CURVE-ALL"
static void ch_handler(int sig)
@@ -452,15 +449,7 @@ void doit(void)
start(ARCFOUR_SHA1, 0);
start(ARCFOUR_MD5, 0);
start(CHACHA_POLY1305, 0);
-
-#ifdef HAVE_LIBZ
- start(ARCFOUR_SHA1_ZLIB, 0);
-#endif
}
-
-#ifdef HAVE_LIBZ
- start(AES_GCM_ZLIB, 0);
-#endif
}
#endif /* _WIN32 */