Skip to content
Snippets Groups Projects
Commit d186be95 authored by Drake Arconis's avatar Drake Arconis Committed by Jay Satiro
Browse files

build: Fix typo from OpenSSL 1.0.2 version detection fix

parent 878c5757
No related branches found
No related tags found
No related merge requests found
......@@ -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" ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment