boring2/openssl-sys/build
Thomas Jespersen dd8e53cb0d Fix static build on windows-gnu targets
Static builds for *-pc-windows-gnu targets broke, because the linker
would look for the incorrect libraries. OpenSSL builds produce
libssl.dll rather than ssl.dll which makes the linker unhappy with the
normal -lssl -lcrypto [1].

A workaround could be used:

    export OPENSSL_LIBS="ssl:crypto"

but it's arguably better to have the openssl-sys crate do the right
thing.

[1] http://www.mingw.org/wiki/specify_the_libraries_for_the_linker_to_use
2020-05-02 12:32:31 +02:00
..
cfgs.rs Add NO RENEGOTIATION option 2020-01-28 04:07:38 +09:00
expando.c Don't dynamically generate expando.c 2019-02-27 21:14:46 -08:00
find_normal.rs Fix build on DragonFly 2020-03-21 12:46:59 +01:00
find_vendored.rs Format code using 'cargo fmt' 2019-11-14 21:00:53 +05:30
main.rs Fix static build on windows-gnu targets 2020-05-02 12:32:31 +02:00