| # | Line 61 | Line 61 | else | |
|---|---|---|
| 61 | fi | |
| 62 | ||
| 63 | AS_IF([test "$cf_enable_openssl" != "no"], | |
| 64 | < | [AC_MSG_CHECKING(for LibreSSL or OpenSSL 1.0.1f and above) |
| 64 | > | [AC_MSG_CHECKING(for LibreSSL, or OpenSSL 1.1.1 and above) |
| 65 | AC_RUN_IFELSE([ | |
| 66 | AC_LANG_PROGRAM([ | |
| 67 | #include <openssl/opensslv.h> | |
| 68 | #include <stdlib.h>], | |
| 69 | < | [[ exit(!(OPENSSL_VERSION_NUMBER >= 0x1000106fL)); ]])], |
| 69 | > | [[ exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL)); ]])], |
| 70 | [cf_openssl_version_ok=yes], | |
| 71 | [cf_openssl_version_ok=no], | |
| 72 | [cf_openssl_version_ok=no]) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |