mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 04:03:53 +00:00
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.