-
Notifications
You must be signed in to change notification settings - Fork 284
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
got vibe to compile against openssl 1.1.0 #1759
Conversation
is there any way to see the openssl version |
There is |
I meant at link time. The tests seem to fail to link. |
libressl looks like an alternative, has anyone had a look at that one yet? |
@burner: if you want to build a hack on top of a hack, you could use a
e.g. by storing it in a gitignored D file |
@wilzbach thanks I will try that |
I've pulled this now and embedded it into a |
Maybe this can be solved in a proper way by extending the libs field to support version specifications or similar. The actual version could also be reported through a mechanism analog to dlang/dub#6. BTW, @burner thanks a lot for having done the fiddling to get this working! |
@s-ludwig nice thanks |
One supported way would be to let people choose different openssl dub versions, e.g. |
Why not list the openssl library dynamically? |
just a crude hack, but I think nothing is fundamentally wrong with it.
#1758