*BSD: add "111" to libcrypto.rkt

Allows `libcrypto.so.111` to be discovered by racket on FreeBSD
variants such as TrueOS.
This commit is contained in:
Alexander McLin 2019-03-04 17:27:53 -05:00 committed by Matthew Flatt
parent a7988c3813
commit 01edfbbfcf

View File

@ -46,7 +46,10 @@
;; Other specific known versions
"1.0.1k" "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"))
"0.9.8e" "0.9.8b" "0.9.8" "0.9.7"
;; Known versions for *BSD variants
"111"))
(define libcrypto-load-fail-reason #f)