diff options
Diffstat (limited to 'lib/vtls')
-rw-r--r-- | lib/vtls/schannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index 96c1dbc67..dce6242da 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -679,7 +679,7 @@ schannel_connect_step1(struct connectdata *conn, int sockindex) CERT_FIND_ANY, NULL, NULL); if(client_certs[0] == NULL) { - failf(data, "schannel: Failed to get certificat from file %s" + failf(data, "schannel: Failed to get certificate from file %s" ", last error is 0x%x", data->set.ssl.cert, GetLastError()); CertCloseStore(cert_store, 0); |