summaryrefslogtreecommitdiff
path: root/lib/x509/crq.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/crq.c')
-rw-r--r--lib/x509/crq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index a3a00c5ba8..4135db26e7 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.c
@@ -1092,7 +1092,7 @@ gnutls_x509_crq_set_challenge_password(gnutls_x509_crq_t crq,
if (pass) {
gnutls_datum_t out;
- result = _gnutls_utf8_password_normalize(pass, strlen(pass), &out);
+ result = _gnutls_utf8_password_normalize(pass, strlen(pass), &out, 0);
if (result < 0)
return gnutls_assert_val(result);