From: Michael Jerris Date: Mon, 24 Feb 2014 15:32:34 +0000 (-0500) Subject: missed file X-Git-Tag: v1.5.8~25^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab923923a530d244dbbfe3ac94d96d8f74daef2;p=thirdparty%2Ffreeswitch.git missed file --- diff --git a/libs/srtp/Makefile.am b/libs/srtp/Makefile.am index 6b84d81ae2..598a4e1414 100644 --- a/libs/srtp/Makefile.am +++ b/libs/srtp/Makefile.am @@ -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