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.