openssl: recognize version "1.0.1j"

Closes PR 14954
This commit is contained in:
Matthew Flatt 2015-01-30 13:29:36 -07:00
parent 8d49a91dce
commit 8265c968fc

View File

@ -24,6 +24,6 @@
#f)])
(ffi-lib libssl-so
'(""
"1.0.1g" "1.0.1e"
"1.0.1j" "1.0.1g" "1.0.1e"
"1.0" "1.0.0" "1.0.0e" "1.0.0d" "1.0.0c" "1.0.0b" "1.0.0a"
"0.9.8e" "0.9.8b" "0.9.8" "0.9.7")))))