diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-13 09:23:24 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-13 09:23:24 +0000 |
commit | 9a6a00a2d7bbfefdedc08a07bfb608647539cff1 (patch) | |
tree | 5a8ed86c63315f29268c451962cafb4fe554c8db /lib/gnutls_x509.c | |
parent | 68767c89fcce6ec855691a54776c7cf2c5010045 (diff) | |
download | gnutls-9a6a00a2d7bbfefdedc08a07bfb608647539cff1.tar.gz |
Added option to allow an X.509 server not to send the trusted CA list to the peer.
Diffstat (limited to 'lib/gnutls_x509.c')
-rw-r--r-- | lib/gnutls_x509.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index 6cb8aee7f5..e0294318ac 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -742,7 +742,8 @@ int gnutls_certificate_set_x509_key_file(gnutls_certificate_credentials res, con return 0; } -static int generate_rdn_seq( gnutls_certificate_credentials res) { +static int generate_rdn_seq( gnutls_certificate_credentials res) +{ gnutls_const_datum tmp; gnutls_datum _tmp; int ret; |