Module: kamailio
Branch: 5.8
Commit: 6ee443731a23032fce9a32ce9609ae5b7c6bd171
URL:
https://github.com/kamailio/kamailio/commit/6ee443731a23032fce9a32ce9609ae5…
Author: S-P Chan <shihping.chan(a)gmail.com>
Committer: S-P Chan <shihping.chan(a)gmail.com>
Date: 2024-03-02T21:42:51+08:00
tls: remove unused ENGINE define
(cherry-picked from commit 73e7123c2dd19b82db167ceee93444e43f70f446)
---
Modified: src/modules/tls/tls_server.c
---
Diff:
https://github.com/kamailio/kamailio/commit/6ee443731a23032fce9a32ce9609ae5…
Patch:
https://github.com/kamailio/kamailio/commit/6ee443731a23032fce9a32ce9609ae5…
---
diff --git a/src/modules/tls/tls_server.c b/src/modules/tls/tls_server.c
index 3e22ec42712..3bfea131cf2 100644
--- a/src/modules/tls/tls_server.c
+++ b/src/modules/tls/tls_server.c
@@ -128,11 +128,6 @@ int tls_run_event_routes(struct tcp_connection *c);
#endif /* __SUNPRO_c */
#endif /* TLS_RD_DEBUG */
-/* only OpenSSL <= 1.1.1 */
-#if !defined(OPENSSL_NO_ENGINE) && OPENSSL_VERSION_NUMBER < 0x030000000L
-#define KSR_SSL_ENGINE
-#endif
-
extern str sr_tls_xavp_cfg;
static str _ksr_tls_connect_server_id = STR_NULL;