Merge pull request #13078 from neheb/pls

pulseaudio: fix compilation without deprecated OpenSSL APIs
This commit is contained in:
Rosen Penev 2020-08-11 11:26:57 -07:00 committed by GitHub
commit 4b92162ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pulseaudio
PKG_VERSION:=13.0
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases

View File

@ -0,0 +1,10 @@
--- a/src/modules/raop/raop-crypto.c
+++ b/src/modules/raop/raop-crypto.c
@@ -30,6 +30,7 @@
#include <openssl/err.h>
#include <openssl/aes.h>
#include <openssl/rsa.h>
+#include <openssl/bn.h>
#include <pulse/xmalloc.h>