diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -815,7 +815,7 @@ check_ssl() extern "C" int main(void) { printf("found version %s", OPENSSL_VERSION_TEXT); -#if OPENSSL_VERSION_NUMBER >= 0x0090700 +#if OPENSSL_VERSION_NUMBER >= 0x00907000 printf(", OK.\n"); return 0; #else |