diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-04-26 06:52:07 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-04-26 06:52:07 +0000 |
commit | 2016351cb83afb9b1b3022b0e967b8cff106cc06 (patch) | |
tree | c4324c95aca230aa20c36afd58eba5c3722b65fc /lib/gnutls_cert.c | |
parent | 50e12741d0c3f11678b33f34df43a66e21c9f417 (diff) | |
download | gnutls-2016351cb83afb9b1b3022b0e967b8cff106cc06.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r-- | lib/gnutls_cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 45d9081c66..344ae964d4 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -329,7 +329,7 @@ void gnutls_certificate_server_set_request(gnutls_session session, * handshake, after the certificate request message has been received. * * The callback function should set the certificate list to be sent, and - * return 0 on success. If no certificate was select then the number of certificates + * return 0 on success. If no certificate was selected then the number of certificates * should be set to zero. The value (-1) indicates error and the handshake * will be terminated. **/ |