summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-04 16:03:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-04 16:03:19 +0000
commiteb5ea263bc6597de2b78ee5e5f8ca2a4137f0eca (patch)
treefe6b091a9dcc3446b53f557a96ef6e0aa1c22a35 /lib/gnutls_int.h
parentf4fcde5c4eb58ea592cf5e3f0cc41534a7e73b46 (diff)
downloadgnutls-eb5ea263bc6597de2b78ee5e5f8ca2a4137f0eca.tar.gz
now the peer's certificate list is stored into auth info structure (instead
of the certificate). several other cleanups.
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 1aacd4058f..60f2e559d7 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -452,7 +452,6 @@ typedef struct {
* client certificates were found.
*/
x509_cert_callback_func* x509_client_cert_callback;
- gnutls_cert peer_cert;
int max_handshake_data_buffer_size;
/* PUSH & PULL functions.