]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
guile: do not use +COMP-DEFLATE in priorities test
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 29 Nov 2016 12:44:01 +0000 (13:44 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 29 Nov 2016 15:23:54 +0000 (16:23 +0100)
This allows the test to work even in the cases where gnutls
is compiled without zlib support.

guile/tests/priorities.scm

index 554fde76977755216c05fedd4d9a39054455347c..a96cffda9cbf3655877172647216bb09be38a882 100644 (file)
@@ -32,7 +32,7 @@
   ;; Valid priority strings (from the manual).
   '("NONE:+VERS-TLS-ALL:+MAC-ALL:+RSA:+AES-128-CBC:+SIGN-ALL:+COMP-NULL"
     "NORMAL:-ARCFOUR-128"
-    "SECURE128:-VERS-SSL3.0:+COMP-DEFLATE"
+    "SECURE128:-VERS-SSL3.0:+COMP-NULL"
     "NONE:+VERS-TLS-ALL:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL:+SIGN-RSA-SHA1"))
 
 (define %invalid-priority-strings