summaryrefslogtreecommitdiff
path: root/lib/auth_anon.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-16 21:56:51 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-16 21:56:51 +0000
commit3fa9d4679a68b5aa6bbf59dc12aeb26b7626a16c (patch)
tree3b94c1aa841cf308336d517fb29c5aac2b8981b1 /lib/auth_anon.c
parenta733046ba0b92d44f908296c6ebf3d8cfd80f27f (diff)
downloadgnutls-3fa9d4679a68b5aa6bbf59dc12aeb26b7626a16c.tar.gz
Dropped the support for the client key exchange message 0, and server key exchange message 2.
Diffstat (limited to 'lib/auth_anon.c')
-rw-r--r--lib/auth_anon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/auth_anon.c b/lib/auth_anon.c
index 55860c0e98..39356ff10f 100644
--- a/lib/auth_anon.c
+++ b/lib/auth_anon.c
@@ -46,8 +46,6 @@ const MOD_AUTH_STRUCT anon_auth_struct = {
NULL,
NULL,
gen_anon_server_kx,
- NULL,
- NULL,
_gnutls_gen_dh_common_client_kx, /* this can be shared */
NULL,
NULL,
@@ -55,8 +53,6 @@ const MOD_AUTH_STRUCT anon_auth_struct = {
NULL,
NULL, /* certificate */
proc_anon_server_kx,
- NULL,
- NULL,
proc_anon_client_kx,
NULL,
NULL