Commits
Travis Cross committed 38fe0a99d3f
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.