Fossil SCM
fix comment
Commit
ca0a58fac56b532a6a5c106fdc12e9b8b2f00a53
Parent
f48c84afd1ace49…
1 file changed
+3
-3
+3
-3
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -176,14 +176,14 @@ | ||
| 176 | 176 | } |
| 177 | 177 | } |
| 178 | 178 | |
| 179 | 179 | /* |
| 180 | 180 | ** Open an SSL connection. The identify of the server is determined |
| 181 | -** by global variables that are set using url_parse(): | |
| 181 | +** by variables that are set using url_parse(): | |
| 182 | 182 | ** |
| 183 | -** g.urlName Name of the server. Ex: www.fossil-scm.org | |
| 184 | -** g.urlPort TCP/IP port to use. Ex: 80 | |
| 183 | +** pUrlData->name Name of the server. Ex: www.fossil-scm.org | |
| 184 | +** pUrlData->port TCP/IP port to use. Ex: 80 | |
| 185 | 185 | ** |
| 186 | 186 | ** Return the number of errors. |
| 187 | 187 | */ |
| 188 | 188 | int ssl_open(UrlData *pUrlData){ |
| 189 | 189 | X509 *cert; |
| 190 | 190 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -176,14 +176,14 @@ | |
| 176 | } |
| 177 | } |
| 178 | |
| 179 | /* |
| 180 | ** Open an SSL connection. The identify of the server is determined |
| 181 | ** by global variables that are set using url_parse(): |
| 182 | ** |
| 183 | ** g.urlName Name of the server. Ex: www.fossil-scm.org |
| 184 | ** g.urlPort TCP/IP port to use. Ex: 80 |
| 185 | ** |
| 186 | ** Return the number of errors. |
| 187 | */ |
| 188 | int ssl_open(UrlData *pUrlData){ |
| 189 | X509 *cert; |
| 190 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -176,14 +176,14 @@ | |
| 176 | } |
| 177 | } |
| 178 | |
| 179 | /* |
| 180 | ** Open an SSL connection. The identify of the server is determined |
| 181 | ** by variables that are set using url_parse(): |
| 182 | ** |
| 183 | ** pUrlData->name Name of the server. Ex: www.fossil-scm.org |
| 184 | ** pUrlData->port TCP/IP port to use. Ex: 80 |
| 185 | ** |
| 186 | ** Return the number of errors. |
| 187 | */ |
| 188 | int ssl_open(UrlData *pUrlData){ |
| 189 | X509 *cert; |
| 190 |