Fossil SCM
now tested with ssl enabled as well
Commit
101a53cfc969b76527811abddb59606e14bbcde7
Parent
7c527165a62cc86…
1 file changed
+1
+1
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -253,10 +253,11 @@ | ||
| 253 | 253 | |
| 254 | 254 | if( trusted<=0 && (e = SSL_get_verify_result(ssl)) != X509_V_OK ){ |
| 255 | 255 | char *desc, *prompt; |
| 256 | 256 | char *warning = ""; |
| 257 | 257 | Blob ans; |
| 258 | + char cReply; | |
| 258 | 259 | BIO *mem; |
| 259 | 260 | unsigned char md[32]; |
| 260 | 261 | unsigned int mdLength = 31; |
| 261 | 262 | |
| 262 | 263 | mem = BIO_new(BIO_s_mem()); |
| 263 | 264 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -253,10 +253,11 @@ | |
| 253 | |
| 254 | if( trusted<=0 && (e = SSL_get_verify_result(ssl)) != X509_V_OK ){ |
| 255 | char *desc, *prompt; |
| 256 | char *warning = ""; |
| 257 | Blob ans; |
| 258 | BIO *mem; |
| 259 | unsigned char md[32]; |
| 260 | unsigned int mdLength = 31; |
| 261 | |
| 262 | mem = BIO_new(BIO_s_mem()); |
| 263 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -253,10 +253,11 @@ | |
| 253 | |
| 254 | if( trusted<=0 && (e = SSL_get_verify_result(ssl)) != X509_V_OK ){ |
| 255 | char *desc, *prompt; |
| 256 | char *warning = ""; |
| 257 | Blob ans; |
| 258 | char cReply; |
| 259 | BIO *mem; |
| 260 | unsigned char md[32]; |
| 261 | unsigned int mdLength = 31; |
| 262 | |
| 263 | mem = BIO_new(BIO_s_mem()); |
| 264 |