diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-07-01 22:10:04 +0300 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-07-01 22:10:04 +0300 |
commit | 816fedd13bfe1a271968d7bc63a6b13aca271084 (patch) | |
tree | 59009bde4695d1470d4e253b126f971ff05e9f41 /lib/auth_cert.h | |
parent | c7e003ad9427c655a1b559baff1239a2c1907f32 (diff) | |
download | gnutls-816fedd13bfe1a271968d7bc63a6b13aca271084.tar.gz |
Corrected gnutls_certificate_client_get_request_status(). Based on observation by Peter Hendrickson <pdh@wiredyne.com>.
Diffstat (limited to 'lib/auth_cert.h')
-rw-r--r-- | lib/auth_cert.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/auth_cert.h b/lib/auth_cert.h index 5258e2be76..1b808dcfb6 100644 --- a/lib/auth_cert.h +++ b/lib/auth_cert.h @@ -105,10 +105,6 @@ typedef struct rsa_info_st */ typedef struct cert_auth_info_st { - int certificate_requested; /* if the peer requested certificate - * this is non zero; - */ - /* These (dh/rsa) are just copies from the credentials_t structure. * They must be freed. */ |