X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssl_common.c;h=b81ead63f4eae6b687c4bc5c8de830335ced641e;hp=7a62d413ce3d5fa00d1b9677771c67bc875f3c86;hb=af6e6f07e46f159ec65eb4fe9f8a819551f74007;hpb=0cbd0e80bb1b4a44a11995ba3a5fd0e4757c1694 diff --git a/ssl_common.c b/ssl_common.c index 7a62d413..b81ead63 100644 --- a/ssl_common.c +++ b/ssl_common.c @@ -1,6 +1,6 @@ /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/ssl.c,v $ + * File : $Source: /cvsroot/ijbswa/current/ssl_common.c,v $ * * Purpose : File with TLS/SSL extension. Contains methods for * creating, using and closing TLS/SSL connections that do @@ -333,7 +333,7 @@ extern void ssl_send_certificate_error(struct client_state *csp) "Server certificate verification failed\n" "

Server certificate verification failed

\n" "

Privoxy was unable " - "to securely connnect to the destination server.

" + "to securely connect to the destination server.

" "

Reason: "; const char message_end[] = "\r\n\r\n"; char reason[INVALID_CERT_INFO_BUF_SIZE];