• Travis Cross's avatar
    Prevent sha1_init et al from being undefined · 38fe0a99
    Travis Cross 提交于
    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.
    38fe0a99
sha1.h 4.2 KB