| 16742 |
|
|
| 16743 |
|
if test "$cf_enable_openssl" != "no"; then : |
| 16744 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1f and above" >&5 |
| 16745 |
< |
$as_echo_n "checking for LibreSSL or OpenSSL 1.0.2r and above... " >&6; } |
| 16745 |
> |
$as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; } |
| 16746 |
|
if test "$cross_compiling" = yes; then : |
| 16747 |
|
cf_openssl_version_ok=no |
| 16748 |
|
else |
| 16755 |
|
int |
| 16756 |
|
main () |
| 16757 |
|
{ |
| 16758 |
< |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1000212fL)); |
| 16758 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL)); |
| 16759 |
|
; |
| 16760 |
|
return 0; |
| 16761 |
|
} |