[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] raop-crypto: add missing header
Tanu Kaskinen
gitlab at gitlab.freedesktop.org
Mon Aug 10 11:43:35 UTC 2020
Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits:
ceaa69d7 by Rosen Penev at 2020-08-10T11:38:48+00:00
raop-crypto: add missing header
Fixes compilation without deprecated OpenSSL APIs.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
- - - - -
1 changed file:
- src/modules/raop/raop-crypto.c
Changes:
=====================================
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>
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/ceaa69d71f757bb99b4b8a6f6af7beeafb4a9e71
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/ceaa69d71f757bb99b4b8a6f6af7beeafb4a9e71
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20200810/0842e9c5/attachment.htm>
More information about the pulseaudio-commits
mailing list