summaryrefslogtreecommitdiff
path: root/lib/auth/cert.c
diff options
context:
space:
mode:
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 7c6b631a1d..6d618a3532 100644
--- a/lib/auth/cert.c
+++ b/lib/auth/cert.c
@@ -977,7 +977,7 @@ _gnutls_proc_cert_cert_req(gnutls_session_t session, uint8_t * data,
/* We should reply with a certificate message,
* even if we have no certificate to send.
*/
- session->internals.crt_requested = 1;
+ session->internals.hsk_flags |= HSK_CRT_ASKED;
/* now we ask the user to tell which one
* he wants to use.