diff options
author | 2021-05-15 14:47:03 +0200 | |
---|---|---|
committer | 2021-05-15 19:05:34 +0200 | |
commit | 566168baf8031c699aea3b7868ab77a5cdf73218 (patch) | |
tree | aa42df6ed1508a19866d7bd9d97becf0daf183ec /x11-misc/macopix/files/macopix-3.4.0-openssl-1.1.0.patch | |
parent | profiles: Mask app-editors/amyedit for removal (diff) | |
download | gentoo-566168baf8031c699aea3b7868ab77a5cdf73218.tar.gz gentoo-566168baf8031c699aea3b7868ab77a5cdf73218.tar.bz2 gentoo-566168baf8031c699aea3b7868ab77a5cdf73218.zip |
x11-misc/macopix: Fix build with >=dev-libs/openssl-1.1.0
See also: https://www.openssl.org/docs/man1.1.0/man3/ERR_free_strings.html
Closes: https://bugs.gentoo.org/756322
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/macopix/files/macopix-3.4.0-openssl-1.1.0.patch')
-rw-r--r-- | x11-misc/macopix/files/macopix-3.4.0-openssl-1.1.0.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-misc/macopix/files/macopix-3.4.0-openssl-1.1.0.patch b/x11-misc/macopix/files/macopix-3.4.0-openssl-1.1.0.patch new file mode 100644 index 000000000000..7d816e7d5e50 --- /dev/null +++ b/x11-misc/macopix/files/macopix-3.4.0-openssl-1.1.0.patch @@ -0,0 +1,10 @@ +--- a/src/http-client.c ++++ b/src/http-client.c +@@ -516,7 +516,6 @@ + SSL_shutdown(ssl); + SSL_free(ssl); + SSL_CTX_free(ctx); +- ERR_free_strings(); + + close(command_socket); + |