-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbcl is loading libcrypto in an unsafe way #181
Comments
I currently helped my self by deleting the two occurrences of |
Checkout the clhs entry on If you want to load wookie w/o ssl support into your image you would have to do: (push :wookie-no-ssl *features*)
(ql:quickload "wookie") Hope that helps |
Line 65 in cc83f0f
|
Thanks @phoe and @PuercoPop - that got me up and running for the time being. |
In case it helps - this is the content of the openssl lib directory when installing openssl on mac os via brew (
|
On Mac Os X (Big Sur) with sbcl 2.0.11 I get the message and subsequent error
sbcl is loading libcrypto in an unsafe way
when I try to installcl-async-ssl
directly or viawookie
(respective installations viaql:quickload
.Is there anything I can do to fix this error, or disable ssl support which I do not need right now. Is there anything I can do to provide more insight in the error or be of help in case a Mac OS machine is missing for development?
The text was updated successfully, but these errors were encountered: