Module: kamailio Branch: master Commit: 387533b04f7bf6d8b1e4e90d38f462639ba03ee2 URL: https://github.com/kamailio/kamailio/commit/387533b04f7bf6d8b1e4e90d38f462639ba03ee2
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2019-04-15T08:52:24+02:00 tls: openssl_mutex_shared - note about ability to be used independent of Kamailio --- Modified: src/modules/tls/utils/openssl_mutex_shared/README.md --- Diff: https://github.com/kamailio/kamailio/commit/387533b04f7bf6d8b1e4e90d38f462639ba03ee2.diff Patch: https://github.com/kamailio/kamailio/commit/387533b04f7bf6d8b1e4e90d38f462639ba03ee2.patch --- diff --git a/src/modules/tls/utils/openssl_mutex_shared/README.md b/src/modules/tls/utils/openssl_mutex_shared/README.md index 9f2e9c57e3..e446d66f72 100644 --- a/src/modules/tls/utils/openssl_mutex_shared/README.md +++ b/src/modules/tls/utils/openssl_mutex_shared/README.md @@ -34,6 +34,11 @@ For Debian packing, the location is like: /usr/lib/x86_64-linux-gnu/kamailio/openssl_mutex_shared/openssl_mutex_shared.so ``` +Note: there is no dependency on Kamailio source code, this shared object can +be compiled and used ouside of Kamailio source tree. It uses only Kamailio's +Makefile system to install in the same directory like the other shared objects +installed by Kamailio. + ## Usage ## Use LD_PRELOAD to tell the linker to preload this shared object before starting _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
