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
cipher Revert "fix compiler warning vs2010" - Jeff is faster than I 2014-02-25 14:24:34 +08:00
hash
include Prevent sha1_init et al from being undefined 2014-02-28 18:33:32 +00:00
kernel
math
replay
rng
test Remove binary executables in libs/srtp 2014-02-28 18:33:32 +00:00
.cvsignore
Makefile.in
VERSION