diff options
Diffstat (limited to 'src/apk.c')
-rw-r--r-- | src/apk.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -255,6 +255,7 @@ static void init_openssl(void) OpenSSL_add_all_algorithms(); #ifndef OPENSSL_NO_ENGINE ENGINE_load_builtin_engines(); + ENGINE_register_all_complete(); #endif } |