]> git.pld-linux.org Git - packages/libupnp.git/blame - libupnp-openssl.patch
add apidocs bcond
[packages/libupnp.git] / libupnp-openssl.patch
CommitLineData
22e21b7e
JB
1--- libupnp-1.12.0/upnp/src/api/upnpapi.c.orig 2020-01-22 21:25:01.000000000 +0100
2+++ libupnp-1.12.0/upnp/src/api/upnpapi.c 2020-03-17 17:31:32.941450155 +0100
3@@ -591,7 +591,9 @@
4 if (initOpenSslLib) {
5 SSL_load_error_strings();
6 SSL_library_init();
7+#if OPENSSL_VERSION_NUMBER < 0x10100000L
8 OpenSSL_add_all_algorithms();
9+#endif
10 }
11 gSslCtx = SSL_CTX_new(sslMethod);
12 if (!gSslCtx) {
This page took 0.156214 seconds and 4 git commands to generate.