mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
missed file
This commit is contained in:
parent
70300bebc5
commit
bab923923a
@ -26,6 +26,7 @@ EXTRA_DIST=
|
|||||||
if ENABLE_OPENSSL
|
if ENABLE_OPENSSL
|
||||||
libsrtp_la_SOURCES += crypto/cipher/aes_icm_ossl.c crypto/cipher/aes_gcm_ossl.c
|
libsrtp_la_SOURCES += crypto/cipher/aes_icm_ossl.c crypto/cipher/aes_gcm_ossl.c
|
||||||
libsrtp_la_SOURCES += crypto/rng/rand_source_ossl.c
|
libsrtp_la_SOURCES += crypto/rng/rand_source_ossl.c
|
||||||
|
libsrtp_la_SOURCES += crypto/hash/hmac_ossl.c
|
||||||
else
|
else
|
||||||
libsrtp_la_SOURCES += crypto/hash/sha1.c crypto/hash/hmac.c
|
libsrtp_la_SOURCES += crypto/hash/sha1.c crypto/hash/hmac.c
|
||||||
libsrtp_la_SOURCES += crypto/cipher/aes_icm.c crypto/cipher/aes.c crypto/cipher/aes_cbc.c
|
libsrtp_la_SOURCES += crypto/cipher/aes_icm.c crypto/cipher/aes.c crypto/cipher/aes_cbc.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user