diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2000-04-10 14:26:28 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2000-04-10 14:26:28 +0000 |
commit | 1f9db0b3c5877b9a3b545be65ae55c6fcd7fd82a (patch) | |
tree | 7d5f0b5d5b5fa89e5dcb4b632860f3a635910397 /lib/gnutls_compress.c | |
parent | 25f9f4858cc2fe31f36f18a1bfb88513e17e15d4 (diff) | |
download | gnutls-1f9db0b3c5877b9a3b545be65ae55c6fcd7fd82a.tar.gz |
Added anonymous diffie-hellman key exchange. It does not work yet, and
the whole code is mess.
Diffstat (limited to 'lib/gnutls_compress.c')
-rw-r--r-- | lib/gnutls_compress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_compress.c b/lib/gnutls_compress.c index fa0d2bb11b..9938da3b5e 100644 --- a/lib/gnutls_compress.c +++ b/lib/gnutls_compress.c @@ -1,5 +1,4 @@ #include <defines.h> -#include <mhash.h> #include "gnutls_int.h" #include "gnutls_compress.h" #include "gnutls_errors.h" |