forked from Mirrors/freeswitch
[mod_sofia] Fix regression in RFC-8760. SHA-512/256 was not offered because OPENSSL_VERSION_NUMBER was not defined in sofia_reg.c
This commit is contained in:
parent
7b1cfea705
commit
c9fba5cf39
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
|
||||
* Copyright (C) 2005-2014, Anthony Minessale II <anthm@freeswitch.org>
|
||||
* Copyright (C) 2005-2021, Anthony Minessale II <anthm@freeswitch.org>
|
||||
*
|
||||
* Version: MPL 1.1
|
||||
*
|
||||
|
@ -40,6 +40,7 @@
|
|||
#include "mod_sofia.h"
|
||||
#include "sofia-sip/hostdomain.h"
|
||||
#include "sip-dig.h"
|
||||
#include "switch_ssl.h"
|
||||
|
||||
static void sofia_reg_new_handle(sofia_gateway_t *gateway_ptr, int attach)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue