Fossil SCM
Backout [f517cb7f] because they both come together anyway. See https://fossil-scm.org/forum/forumpost/da64c38d6a for discussion.
Commit
3b23b3289d1c7305671c0eadcf1727ed1f377313f5acd94600bfb0c997b950da
Parent
9d6a0aac4264be1…
1 file changed
+1
-2
M
auto.def
+1
-2
| --- auto.def | ||
| +++ auto.def | ||
| @@ -376,12 +376,11 @@ | ||
| 376 | 376 | if {[string match *-darwin* [get-define host]]} { |
| 377 | 377 | if {[cctest -cflags {-Wdeprecated-declarations}]} { |
| 378 | 378 | define-append EXTRA_CFLAGS -Wdeprecated-declarations |
| 379 | 379 | } |
| 380 | 380 | } |
| 381 | - if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl] && \ | |
| 382 | - [cc-check-function-in-lib BIO_get_conn_address ssl]} { | |
| 381 | + if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl]} { | |
| 383 | 382 | define HAVE_BIO_ADDR_HS 1 |
| 384 | 383 | } |
| 385 | 384 | } else { |
| 386 | 385 | user-error "OpenSSL not found. Consider --with-openssl=none to disable HTTPS support" |
| 387 | 386 | } |
| 388 | 387 |
| --- auto.def | |
| +++ auto.def | |
| @@ -376,12 +376,11 @@ | |
| 376 | if {[string match *-darwin* [get-define host]]} { |
| 377 | if {[cctest -cflags {-Wdeprecated-declarations}]} { |
| 378 | define-append EXTRA_CFLAGS -Wdeprecated-declarations |
| 379 | } |
| 380 | } |
| 381 | if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl] && \ |
| 382 | [cc-check-function-in-lib BIO_get_conn_address ssl]} { |
| 383 | define HAVE_BIO_ADDR_HS 1 |
| 384 | } |
| 385 | } else { |
| 386 | user-error "OpenSSL not found. Consider --with-openssl=none to disable HTTPS support" |
| 387 | } |
| 388 |
| --- auto.def | |
| +++ auto.def | |
| @@ -376,12 +376,11 @@ | |
| 376 | if {[string match *-darwin* [get-define host]]} { |
| 377 | if {[cctest -cflags {-Wdeprecated-declarations}]} { |
| 378 | define-append EXTRA_CFLAGS -Wdeprecated-declarations |
| 379 | } |
| 380 | } |
| 381 | if {[cc-check-function-in-lib BIO_ADDR_hostname_string ssl]} { |
| 382 | define HAVE_BIO_ADDR_HS 1 |
| 383 | } |
| 384 | } else { |
| 385 | user-error "OpenSSL not found. Consider --with-openssl=none to disable HTTPS support" |
| 386 | } |
| 387 |