freeswitch/libs/srtp/crypto
Travis Cross 38fe0a99d3 Prevent sha1_init et al from being undefined
sha1_init, sha1_update, and sha1_final were ending up as undefined
symbols in libfreeswitch.so because of the inline declaration, which
caused us to blow up while linking the freeswitch executable.  Declare
these as static inline instead.
2014-02-28 18:33:32 +00:00
..
ae_xfm update srtp to master part 1 2014-01-30 16:55:56 -05:00
cipher Revert "fix compiler warning vs2010" - Jeff is faster than I 2014-02-25 14:24:34 +08:00
hash update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
include Prevent sha1_init et al from being undefined 2014-02-28 18:33:32 +00:00
kernel update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
math srtp fix cast for last round of fixes 2014-01-31 11:19:30 -06:00
replay remove some _MSC_VER stuff 2014-01-31 12:35:55 -06:00
rng update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
test Remove binary executables in libs/srtp 2014-02-28 18:33:32 +00:00
.cvsignore update to cvs head srtp 2013-03-31 21:27:19 -05:00
Makefile.in update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
VERSION