freeswitch/libs/srtp/crypto/include
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
..
.cvsignore
aes.h
aes_cbc.h update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
aes_gcm_ossl.h update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
aes_icm.h update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
aes_icm_ossl.h update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
alloc.h
auth.h
cipher.h update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
crypto.h
crypto_kernel.h
crypto_math.h revert previous change that does not correct the issue. opened a bug with apple on this issue https://bugreport.apple.com/problem/viewproblem #15938497 2014-01-29 16:59:55 -05:00
crypto_types.h update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
cryptoalg.h
datatypes.h fix asm issue on sun 2014-02-24 15:28:03 -05:00
err.h
gf2_8.h
hmac.h update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
integers.h
kernel_compat.h
key.h
null_auth.h
null_cipher.h
prng.h update libsrtp to use openssl 2014-02-24 09:52:25 -05:00
rand_source.h
rdb.h
rdbx.h
sha1.h Prevent sha1_init et al from being undefined 2014-02-28 18:33:32 +00:00
stat.h
xfm.h