ssl library versions for Ubuntu 11.10

This commit is contained in:
Matthew Flatt 2011-11-18 01:58:04 -07:00
parent 23cbc505cc
commit f54254e9b5
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@
(with-handlers ([exn:fail? (lambda (x)
(set! libcrypto-load-fail-reason (exn-message x))
#f)])
(ffi-lib libcrypto-so '("" "1.0" "0.9.8b" "0.9.8" "0.9.7"))))
(ffi-lib libcrypto-so '("" "1.0.0" "1.0" "0.9.8b" "0.9.8" "0.9.7"))))

View File

@ -23,5 +23,5 @@
(set! libssl-load-fail-reason (exn-message x))
#f)])
(ffi-lib libssl-so
'("" "1.0" "1.0.0e" "1.0.0d" "1.0.0c" "1.0.0b" "1.0.0a"
'("" "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")))))