Install a call to cl+ssl:reload at image startup time, again.

Testing shows that it's not just debian which needs it, it's always
necessary. Just re-add our tweak now.

See #866, see #816, see #807, #794.
This commit is contained in:
Dimitri Fontaine 2018-11-15 23:59:51 +01:00
parent 16dda01f37
commit e291c502ba

View File

@ -30,10 +30,8 @@
;; handles some context and things around loading with CFFI.
(cl+ssl:reload)))
#|
#+ccl (push #'open-foreign-libs *lisp-startup-functions*)
#+sbcl (push #'open-foreign-libs sb-ext:*init-hooks*)
|#
#+ccl (push #'close-foreign-libs *save-exit-functions*)
#+sbcl (push #'close-foreign-libs sb-ext:*save-hooks*)