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
..
2014-01-30 16:55:56 -05:00
2014-02-24 09:52:25 -05:00
2014-02-24 09:52:25 -05:00
2014-01-31 12:35:55 -06:00
2014-02-24 09:52:25 -05:00
2013-03-31 21:27:19 -05:00
2014-02-24 09:52:25 -05:00
2006-04-07 16:10:03 +00:00