forked from Mirrors/freeswitch
Merge pull request #1446 from signalwire/fix-rfc8760
[mod_sofia] Put more comments into the code explaining that we include switch_ssl.h into sofia_reg.c because of SHA-512-256 (RFC-8760)
This commit is contained in:
commit
3625f5c3f9
|
@ -40,6 +40,9 @@
|
|||
#include "mod_sofia.h"
|
||||
#include "sofia-sip/hostdomain.h"
|
||||
#include "sip-dig.h"
|
||||
/* This include defines OPENSSL_VERSION_NUMBER required for SHA-512-256 (RFC-8760)
|
||||
Do NOT remove this line even if mod_sofia builds without it.
|
||||
*/
|
||||
#include "switch_ssl.h"
|
||||
|
||||
static void sofia_reg_new_handle(sofia_gateway_t *gateway_ptr, int attach)
|
||||
|
|
Loading…
Reference in New Issue