openssl: dynamically load libssl and symbols (optionally)
Provide an interface around OpenSSL to dynamically load the libraries and symbols, so that users can distribute a libgit2 library that is not linked directly against OpenSSL. This enables users to target multiple distributions with a single binary. This mechanism is optional and disabled by default. Configure cmake with -DUSE_HTTPS=OpenSSL-Dynamic to use it.
Showing
src/streams/openssl_dynamic.c
0 → 100644
src/streams/openssl_dynamic.h
0 → 100644
Please
register
or
sign in
to comment