... | ... |
@@ -307,6 +307,7 @@ static int mod_init(void) |
307 | 307 |
"(set enable_tls=1 in the config to enable it)\n"); |
308 | 308 |
return 0; |
309 | 309 |
} |
310 |
+ LM_WARN("OPENSSL_VERSION_NUMBER: %08x\n", (uint32_t)(OPENSSL_VERSION_NUMBER)); |
|
310 | 311 |
if (fix_tls_cfg(&default_tls_cfg) < 0 ) { |
311 | 312 |
LM_ERR("initial tls configuration fixup failed\n"); |
312 | 313 |
return -1; |