Skip to content

Commit

Permalink
tls: remove unused ENGINE define
Browse files Browse the repository at this point in the history
  • Loading branch information
space88man committed Mar 23, 2024
1 parent af524f5 commit 88429b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/tls/tls_server.c
Expand Up @@ -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;
Expand Down

0 comments on commit 88429b9

Please sign in to comment.