mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
pulseaudio: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user