summaryrefslogtreecommitdiff
path: root/src/apk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk.c')
-rw-r--r--src/apk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk.c b/src/apk.c
index 93be9df..cd6cd91 100644
--- a/src/apk.c
+++ b/src/apk.c
@@ -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
}