]> granicus.if.org Git - curl/commitdiff
build: Fix typo from OpenSSL 1.0.2 version detection fix
authorDrake Arconis <drake@alchemyviewer.org>
Sun, 14 Jun 2015 19:52:42 +0000 (15:52 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 14 Jun 2015 20:01:18 +0000 (16:01 -0400)
m4/curl-openssl.m4

index 5980802b7b16005677b9fb6769129c8e5e7f061a..5f5f87ae8fcda41246ca0d5ada4a4e2d9f7d6b71 100644 (file)
@@ -218,7 +218,7 @@ AC_DEFUN([CURL_CHECK_OPENSSL_API_LIBRARY], [
   fi
   case $tst_api in
     0x110) tst_show="1.1.0" ;;
-    0x102) tst_chow="1.0.2" ;;
+    0x102) tst_show="1.0.2" ;;
     0x101) tst_show="1.0.1" ;;
     0x100) tst_show="1.0.0" ;;
     0x099) tst_show="0.9.9" ;;