[sr-dev] git:5.4:573dd7e6: tls: log version, gh #2561

Henning Westerholt hw at skalatan.de
Mon Dec 21 16:15:37 CET 2020


Module: kamailio
Branch: 5.4
Commit: 573dd7e63ac3d2629367f72c967ec7fbd4edfcf1
URL: https://github.com/kamailio/kamailio/commit/573dd7e63ac3d2629367f72c967ec7fbd4edfcf1

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-12-21T15:14:31Z

tls: log version, gh #2561

(cherry picked from commit c9f0adddde8321bfaf368691fea74079e40bd789)

---

Modified: src/modules/tls/tls_mod.c

---

Diff:  https://github.com/kamailio/kamailio/commit/573dd7e63ac3d2629367f72c967ec7fbd4edfcf1.diff
Patch: https://github.com/kamailio/kamailio/commit/573dd7e63ac3d2629367f72c967ec7fbd4edfcf1.patch

---

diff --git a/src/modules/tls/tls_mod.c b/src/modules/tls/tls_mod.c
index 0b9fd39fc8..fed9749624 100644
--- a/src/modules/tls/tls_mod.c
+++ b/src/modules/tls/tls_mod.c
@@ -385,6 +385,7 @@ static int mod_init(void)
 	if (tls_check_sockets(*tls_domains_cfg) < 0)
 		goto error;
 
+	LM_INFO("use OpenSSL version: %08x\n", (uint32_t)(OPENSSL_VERSION_NUMBER));
 #ifndef OPENSSL_NO_ECDH
 	LM_INFO("With ECDH-Support!\n");
 #endif




More information about the sr-dev mailing list