]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-9466: Use system MD5 if available
authorSpencer Thomason <spencer@whiteskycommunications.com>
Tue, 30 Aug 2016 03:53:02 +0000 (20:53 -0700)
committerSpencer Thomason <spencer@whiteskycommunications.com>
Wed, 31 Aug 2016 22:00:48 +0000 (15:00 -0700)
commit5a2f9d7a789c8a78f43cd7014b4980f747bd4ca2
treec4a02dc34b3a397099b2e2b62d9d5f803beecad6
parentbf3b0ca3d1f1bcb29244dca7db12239f887dd6ce
FS-9466: Use system MD5 if available

- Use system MD5 on BSD and Solaris based platforms
- Use OpenSSL if system library is not available
- Fallback to included APR
- Optimize switch_md5_string()
- replace libsofia MD5 routines in mod_sofia with switch_md5() ones

FS-9466 #resolve
configure.ac
src/mod/endpoints/mod_sofia/sofia_reg.c
src/switch_apr.c