mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
raop: Extract encryption related code into a separate file
That makes the raop_client.c code smaller/cleaner and will simplify addition of more crypto related stuffs like authentication.
This commit is contained in:
parent
31e2bc2fcf
commit
31ded701b1
5 changed files with 233 additions and 104 deletions
|
|
@ -1155,6 +1155,7 @@ librtp_la_LIBADD = $(AM_LIBADD) libpulsecore-@PA_MAJORMINOR@.la libpulsecommon-@
|
|||
|
||||
libraop_la_SOURCES = \
|
||||
modules/raop/raop_client.c modules/raop/raop_client.h \
|
||||
modules/raop/raop_crypto.c modules/raop/raop_crypto.h \
|
||||
modules/raop/base64.c modules/raop/base64.h \
|
||||
modules/raop/raop_packet_buffer.h modules/raop/raop_packet_buffer.c
|
||||
libraop_la_CFLAGS = $(AM_CFLAGS) $(OPENSSL_CFLAGS) -I$(top_srcdir)/src/modules/rtp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue