Skip to content

Commit

Permalink
tls: fix OpenSSL 1.1.1 engine keys
Browse files Browse the repository at this point in the history
  • Loading branch information
space88man committed Feb 29, 2024
1 parent 4fb8acc commit e535cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/tls/tls_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ static int tls_engine_init()
* We are in the child process and the global engine linked-list
* is initialized in the parent.
*/
ENGINE_load_builtin_engines();
e = ENGINE_by_id("dynamic");
if(!e) {
err = "Error loading dynamic engine";
Expand Down

0 comments on commit e535cc5

Please sign in to comment.