]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
missed file
authorMichael Jerris <mike@jerris.com>
Mon, 24 Feb 2014 15:32:34 +0000 (10:32 -0500)
committerMichael Jerris <mike@jerris.com>
Mon, 24 Feb 2014 15:32:34 +0000 (10:32 -0500)
libs/srtp/Makefile.am

index 6b84d81ae2b7cb5960478f15407f957931a1bff6..598a4e1414bd07ab395488b6fe1e3ba2d2937118 100644 (file)
@@ -26,6 +26,7 @@ EXTRA_DIST=
 if ENABLE_OPENSSL
 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/hash/hmac_ossl.c
 else
 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