Background:

Our current code running in child:

```C
                ENGINE_load_builtin_engines();
                OPENSSL_load_builtin_modules();
                if (strncmp(tls_engine_settings.engine_config.s, "NONE", 4)) {
                        err = 
CONF_modules_load_file(tls_engine_settings.engine_config.s, "kamailio", 0);
                        if (!err) {
                                LM_ERR("OpenSSL failed to load ENGINE 
configuration file: %*s\n", tls_engine_settings.engine_config.len, 
tls_engine_settings.engine_config.s);
                                goto error;
                        }
                }
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2839#issuecomment-909694477
_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to