]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_sofia] Fix regression in RFC-8760. SHA-512/256 was not offered because OPENSSL_V... 1441/head
authorChris Rienzo <chris@signalwire.com>
Mon, 15 Nov 2021 18:18:29 +0000 (13:18 -0500)
committerChris Rienzo <chris@signalwire.com>
Mon, 15 Nov 2021 18:18:29 +0000 (13:18 -0500)
src/mod/endpoints/mod_sofia/sofia_reg.c

index ba9d4d0c71bffd42dc5fa279d584291cf250ee6d..10073c902d275edb46b14de626e2cd156851e073 100644 (file)
@@ -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)
 {