From e291c502ba97358e15d27fbd1635ba19c8f495f5 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 15 Nov 2018 23:59:51 +0100 Subject: [PATCH] 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. --- src/hooks.lisp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hooks.lisp b/src/hooks.lisp index f34d405..bb27ea2 100644 --- a/src/hooks.lisp +++ b/src/hooks.lisp @@ -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*)