pulseaudio: fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit ca2da3f315)
This commit is contained in:
Rosen Penev 2020-08-10 13:47:10 -07:00 committed by Josef Schlehofer
parent ba0558e8a5
commit 3bdf75bd2d
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
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>