diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-06-06 08:59:33 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-06-06 08:59:33 +0000 |
commit | 58054757e96043d904047beb4c0419c837fed7b2 (patch) | |
tree | 65e026300278bd81c67f01dba54bcc8aa3049eee /lib/gnutls_compress_int.c | |
parent | e963b0af50a51542ea510be7c66a37079c6512bf (diff) | |
download | gnutls-58054757e96043d904047beb4c0419c837fed7b2.tar.gz |
updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose is set. Some other minor fixes.
Diffstat (limited to 'lib/gnutls_compress_int.c')
-rw-r--r-- | lib/gnutls_compress_int.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/gnutls_compress_int.c b/lib/gnutls_compress_int.c index 7616e9212a..b0c63ee551 100644 --- a/lib/gnutls_compress_int.c +++ b/lib/gnutls_compress_int.c @@ -114,9 +114,8 @@ int err; break; #endif - default: - gnutls_free(ret); - return NULL; + case GNUTLS_COMP_NULL: + break; } return ret; } |