Przeglądaj źródła

tls: fix OpenSSL 1.1.1 engine keys

S-P Chan 1 rok temu
rodzic
commit
e535cc5eb2
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/modules/tls/tls_mod.c

+ 1 - 0
src/modules/tls/tls_mod.c

@@ -728,6 +728,7 @@ static int tls_engine_init()
 	 * We are in the child process and the global engine linked-list
 	 * We are in the child process and the global engine linked-list
 	 * is initialized in the parent.
 	 * is initialized in the parent.
 	 */
 	 */
+	ENGINE_load_builtin_engines();
 	e = ENGINE_by_id("dynamic");
 	e = ENGINE_by_id("dynamic");
 	if(!e) {
 	if(!e) {
 		err = "Error loading dynamic engine";
 		err = "Error loading dynamic engine";