diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-05-14 09:45:20 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-05-14 09:45:20 +0000 |
commit | 9746d01d3576874253237e6341724657069d6c37 (patch) | |
tree | 79bb7f95a46542d74914d3047a71632727bca88e /lib/auth_anon.c | |
parent | b530091f8591014f3f111dc3d2139a95d7c1b13d (diff) | |
download | gnutls-9746d01d3576874253237e6341724657069d6c37.tar.gz |
added functions to access authentication data (like username), and
the key exchange algorithm used.
Diffstat (limited to 'lib/auth_anon.c')
-rw-r--r-- | lib/auth_anon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/auth_anon.c b/lib/auth_anon.c index 53f8c8f2f6..e3e8c29316 100644 --- a/lib/auth_anon.c +++ b/lib/auth_anon.c @@ -235,3 +235,4 @@ int proc_anon_client_kx( GNUTLS_KEY key, opaque* data, int data_size) { return 0; } + |