diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-07-13 14:28:52 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-07-13 14:28:52 +0300 |
commit | b30024d2bd5a4d91a9efacdadfd02d7c9a7839f4 (patch) | |
tree | bbef6a71b8c900148fd6a1c4c433ab7219eaa1d6 /src/apk.c | |
parent | 3cbccbaf99fde94477f1a32a7f4dab36d061e2ca (diff) | |
download | apk-tools-b30024d2bd5a4d91a9efacdadfd02d7c9a7839f4.tar.gz apk-tools-b30024d2bd5a4d91a9efacdadfd02d7c9a7839f4.tar.bz2 apk-tools-b30024d2bd5a4d91a9efacdadfd02d7c9a7839f4.tar.xz apk-tools-b30024d2bd5a4d91a9efacdadfd02d7c9a7839f4.zip |
openssl: register engines, and use oneshot digest when possible
to actually get hardware acceleration if available.
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 } |