diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-19 19:19:00 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-19 19:19:00 +0000 |
commit | e9d5f40989e5bc54010753e9ce160d0e5ea5bd54 (patch) | |
tree | 2350a52ec59b0a34f96ee27789be71a5c4a13a9e /lib/gnutls_kx.h | |
parent | c0ad90a068b43068e6912c31e9613b2b9d1ea004 (diff) | |
download | gnutls-e9d5f40989e5bc54010753e9ce160d0e5ea5bd54.tar.gz |
removed unneeded code and added some kind of client support for RSA
ciphersuites
Diffstat (limited to 'lib/gnutls_kx.h')
-rw-r--r-- | lib/gnutls_kx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_kx.h b/lib/gnutls_kx.h index 68ab4a3b9e..3a3b2e54b8 100644 --- a/lib/gnutls_kx.h +++ b/lib/gnutls_kx.h @@ -29,3 +29,4 @@ int _gnutls_recv_client_kx_message0(int cd, GNUTLS_STATE state); int _gnutls_send_client_certificate_verify(int cd, GNUTLS_STATE state); int _gnutls_send_certificate(int cd, GNUTLS_STATE state); int _gnutls_generate_master( GNUTLS_STATE state); +int _gnutls_recv_certificate(SOCKET cd, GNUTLS_STATE state); |