You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that Debian has removed SSLv3_client_method, SSLv3_server_method and SSLv3_method from OpenSSL, so vibe.d fails to build on Debian; see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768476
I'll be sending a PR shortly using SSLv23 methods with the appropriate options instead.
The text was updated successfully, but these errors were encountered:
It appears that Debian has removed SSLv3_client_method, SSLv3_server_method and SSLv3_method from OpenSSL, so vibe.d fails to build on Debian; see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768476
I'll be sending a PR shortly using SSLv23 methods with the appropriate options instead.
The text was updated successfully, but these errors were encountered: