X-Git-Url: http://www.privoxy.org/gitweb/templates.html?a=blobdiff_plain;f=openssl.c;h=39f465310a07ba4e0cfadf167cccdc22bcdcb0d8;hb=5415008eafe007b95daa7801ff53bcf13ae52a6a;hp=4b1fceb528662021a4eb88adf31a7be759f35cc3;hpb=96a448cdd70b7369131a3093a9711532ec4f5840;p=privoxy.git diff --git a/openssl.c b/openssl.c index 4b1fceb5..39f46531 100644 --- a/openssl.c +++ b/openssl.c @@ -803,7 +803,7 @@ extern int create_client_ssl_connection(struct client_state *csp) if (ret < 0) { log_error(LOG_LEVEL_ERROR, - "generate_host_certificate failed: %d", ret); + "generate_host_certificate() failed: %d", ret); ret = -1; goto exit; }