]> sjero.net Git - wget/blobdiff - src/openssl.c
Steven Schweda's VMS patch.
[wget] / src / openssl.c
index c33b4ad664b084453289d90138863e01456815ea..21dbc3b845858ae9cf44dfeeac363f92c7247d63 100644 (file)
@@ -383,7 +383,7 @@ static struct transport_implementation openssl_transport = {
    Returns true on success, false on failure.  */
 
 bool
-ssl_connect (int fd) 
+ssl_connect_wget (int fd) 
 {
   SSL *conn;
   struct openssl_transport_context *ctx;
@@ -466,7 +466,7 @@ pattern_match (const char *pattern, const char *string)
    its certificate, corresponds to HOST.  (HOST typically comes from
    the URL and is what the user thinks he's connecting to.)
 
-   This assumes that ssl_connect has successfully finished, i.e. that
+   This assumes that ssl_connect_wget has successfully finished, i.e. that
    the SSL handshake has been performed and that FD is connected to an
    SSL handle.