[sr-dev] git:master:c9f0addd: tls: log version, gh #2561
Henning Westerholt
hw at skalatan.de
Wed Nov 25 16:29:30 CET 2020
Module: kamailio
Branch: master
Commit: c9f0adddde8321bfaf368691fea74079e40bd789
URL: https://github.com/kamailio/kamailio/commit/c9f0adddde8321bfaf368691fea74079e40bd789
Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-11-25T15:29:19Z
tls: log version, gh #2561
---
Modified: src/modules/tls/tls_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/c9f0adddde8321bfaf368691fea74079e40bd789.diff
Patch: https://github.com/kamailio/kamailio/commit/c9f0adddde8321bfaf368691fea74079e40bd789.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