diff options
author | Drake Arconis <drake@alchemyviewer.org> | 2015-06-14 15:52:42 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2015-06-14 16:01:18 -0400 |
commit | d186be951097fa2f8cc143afb0cb73ff62803915 (patch) | |
tree | a25382d78a8d90689f857f9f57477fe8fe7f097a /m4 | |
parent | 878c5757c0d97002f3ca623761993b867995c3d3 (diff) | |
download | curl-d186be951097fa2f8cc143afb0cb73ff62803915.tar.gz |
build: Fix typo from OpenSSL 1.0.2 version detection fix
Diffstat (limited to 'm4')
-rw-r--r-- | m4/curl-openssl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/curl-openssl.m4 b/m4/curl-openssl.m4 index 5980802b7..5f5f87ae8 100644 --- a/m4/curl-openssl.m4 +++ b/m4/curl-openssl.m4 @@ -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" ;; |