summaryrefslogtreecommitdiff
path: root/lib/auth/cert.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-05-04 14:55:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-05-12 21:40:01 +0200
commitf81ba1f09f4bc7141dc0b533f15f2f2b61943a7c (patch)
treec7b585e6b63d84bf4e92061a13482643b7b6c7ff /lib/auth/cert.c
parent80bffc5dd895f5a0f058e746613cd9b669a051c6 (diff)
downloadgnutls-f81ba1f09f4bc7141dc0b533f15f2f2b61943a7c.tar.gz
gnutls_certificate_set_retrieve_function3: updated documentationtmp-pkcs11-pcert
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/auth/cert.c')
-rw-r--r--lib/auth/cert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auth/cert.c b/lib/auth/cert.c
index 54a15db2ad..8ce4e517c8 100644
--- a/lib/auth/cert.c
+++ b/lib/auth/cert.c
@@ -393,7 +393,7 @@ call_get_cert_callback(gnutls_session_t session,
selected_certs_set(session, pcert, pcert_length,
ocsp, ocsp_length,
- local_key, flags&GNUTLS_CERT_RETR_DEINIT_ALL?1:0,
+ local_key, (flags&GNUTLS_CERT_RETR_DEINIT_ALL)?1:0,
cred->glob_ocsp_func, cred->glob_ocsp_func_ptr);
return 0;