mirror of
https://github.com/curl/curl.git
synced 2026-05-17 23:56:25 +03:00
build: Fix typo from OpenSSL 1.0.2 version detection fix
This commit is contained in:
parent
878c5757c0
commit
d186be9510
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue