Fix typo in log

This commit is contained in:
Henrik Andersson 2017-05-15 06:13:13 +02:00
parent 908ad64d84
commit 5b7b955487

2
ssl.c
View File

@ -202,7 +202,7 @@ rdssl_cert_to_rkey(RDSSL_CERT * cert, uint32 * key_len)
if (NULL == epk)
{
logger(Protocol, Error,
"rdssl_cert_to_rkey(), failed to extract public key from certificate");
"rdssl_cert_to_key(), failed to extract public key from certificate");
rdssl_log_ssl_errors("rdssl_cert_to_key()");
return NULL;