Module: kamailio
Branch: master
Commit: 321eb14d23c42a1b22ff4d5a735247e4c53acde0
URL:
https://github.com/kamailio/kamailio/commit/321eb14d23c42a1b22ff4d5a735247e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-13T13:11:09+02:00
tls: openssl_mutex_shared - note that its code was imported in the core
---
Modified: src/modules/tls/utils/openssl_mutex_shared/README.md
---
Diff:
https://github.com/kamailio/kamailio/commit/321eb14d23c42a1b22ff4d5a735247e…
Patch:
https://github.com/kamailio/kamailio/commit/321eb14d23c42a1b22ff4d5a735247e…
---
diff --git a/src/modules/tls/utils/openssl_mutex_shared/README.md
b/src/modules/tls/utils/openssl_mutex_shared/README.md
index 26f5de84b4..0be8aaac64 100644
--- a/src/modules/tls/utils/openssl_mutex_shared/README.md
+++ b/src/modules/tls/utils/openssl_mutex_shared/README.md
@@ -1,5 +1,10 @@
# OpenSSL Shared Mutex #
+**IMPORTANT: the workaround of using this preloaded shared library is no longer
+needed starting with Kamailio v5.3.0-pre1. The code of this shared library
+has been included in the core of Kamailio and the same behaviour is now
+achieved by default.**
+
This is a shared library required as a short term workaround for using Kamailio
with OpenSSL (libssl) v1.1. It has to be pre-loaded before starting Kamailio.