Alternatively, I suppose you could tweak cl+ssl to let the user override its load-foreign-library call, then users could load whichever library they'd like.
Lastly, there's *foreign-library-directories* but that's only a fallback for when the OS fails to find any library.
Cheers,
Luís
cl+ssl specifies several libssl names and search paths: https://github.com/cl-plus-ssl/cl-plus-ssl/blob/master/src/reload.lisp#L27But no way for users to override the defaults and specify exact library he wants to load.Is it possible with cl+ssl to allow user doing that? What is the best way?Best regards,- Anton