summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d39c6f8d4..e48257050 100755
--- a/configure
+++ b/configure
@@ -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