Closed foretspaisibles closed 6 years ago
Sorry for the lag. I think this is the absolute best way of doing this (foreign symbol detection vs trying to set up some always-breaking version-to-available-function matrix). Thanks for the contribution =]
Thanks! :) – I guess I'm beating you at lagging. ;)
I started to work on a fix for #154.
It seems that initialisation rules for SSL changed with version 1, see:
https://wiki.openssl.org/index.php/Library_Initialization
unfortunately the library version number is not static data but is hidden in a macro. Using this patch we can `(ql:quickload "cl-async-ssl") in Debian Stretch for instance. However the library does not seem to be correctly initialised because the following code fails with
I am not familiar with libssl so maybe has someone else an idea about how to really fix this?