Module: kamailio
Branch: master
Commit: 228c59851878fed15d8b34e43938c281729e518d
URL:
https://github.com/kamailio/kamailio/commit/228c59851878fed15d8b34e43938c28…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2024-09-04T06:53:31Z
tls: replace em dash with hyphen (reported from Bastian Triller, GH #3966)
---
Modified: src/modules/tls/tls_mod.c
---
Diff:
https://github.com/kamailio/kamailio/commit/228c59851878fed15d8b34e43938c28…
Patch:
https://github.com/kamailio/kamailio/commit/228c59851878fed15d8b34e43938c28…
---
diff --git a/src/modules/tls/tls_mod.c b/src/modules/tls/tls_mod.c
index f46d4aaddfd..84d9ff33412 100644
--- a/src/modules/tls/tls_mod.c
+++ b/src/modules/tls/tls_mod.c
@@ -508,7 +508,7 @@ static int mod_init(void)
LM_INFO("OpenSSL supports Diffie-Hellman\n");
#endif
#ifndef OPENSSL_NO_ECDH
- LM_INFO("OpenSSL supports Elliptic-curve Diffie���Hellman\n");
+ LM_INFO("OpenSSL supports Elliptic-curve Diffie-Hellman\n");
#endif
if(sr_tls_event_callback.s == NULL || sr_tls_event_callback.len <= 0) {
tls_lookup_event_routes();