Restore module loading
The module loading feature got broken a while ago, so restore it, but have it a bit more explicit this time around. Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
2142519500
commit
296f54ee21
43 changed files with 186 additions and 14 deletions
|
@ -369,6 +369,9 @@ int engine_main(int argc, char **argv)
|
|||
}
|
||||
}
|
||||
|
||||
if (!app_load_modules(NULL))
|
||||
goto end;
|
||||
|
||||
for (i = 0; i < sk_OPENSSL_STRING_num(engines); i++) {
|
||||
const char *id = sk_OPENSSL_STRING_value(engines, i);
|
||||
if ((e = ENGINE_by_id(id)) != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue