summaryrefslogtreecommitdiff
path: root/trust/extract-openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/extract-openssl.c')
-rw-r--r--trust/extract-openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/extract-openssl.c b/trust/extract-openssl.c
index 5f72076..0a56d3f 100644
--- a/trust/extract-openssl.c
+++ b/trust/extract-openssl.c
@@ -395,7 +395,7 @@ p11_openssl_canon_string (char *str,
/* If there has been a space, then add one */
if (sp)
*out++ = ' ';
- *out++ = (*in & 0x80) ? *in : tolower (*in);
+ *out++ = (*in & 0x80) ? *in : p11_ascii_tolower (*in);
sp = false;
nsp = true;
/* If there has been a non-space, then note we should get one */