summaryrefslogtreecommitdiff
path: root/lib/gnutls.h.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls.h.in.in')
-rw-r--r--lib/gnutls.h.in.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gnutls.h.in.in b/lib/gnutls.h.in.in
index 0c50ed415d..8c5a9a844f 100644
--- a/lib/gnutls.h.in.in
+++ b/lib/gnutls.h.in.in
@@ -58,9 +58,8 @@ typedef enum gnutls_digest_algorithm { GNUTLS_DIG_NULL=1, GNUTLS_DIG_MD5, GNUTLS
*/
#define GNUTLS_MAX_ALGORITHM_NUM 8
-#define GNUTLS_COMP_ZLIB GNUTLS_COMP_ZLIB_DEFAULT
typedef enum gnutls_compression_method { GNUTLS_COMP_NULL=1,
- GNUTLS_COMP_ZLIB_DEFAULT, GNUTLS_COMP_ZLIB_CONSTRAINED
+ GNUTLS_COMP_ZLIB, GNUTLS_COMP_LZO
} gnutls_compression_method;
typedef enum gnutls_connection_end { GNUTLS_SERVER=1, GNUTLS_CLIENT } gnutls_connection_end;