Call ENGINE_load_builtin_engines().
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 20 Jul 2021 22:04:08 +0000 (00:04 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 20 Jul 2021 22:04:08 +0000 (00:04 +0200)
commit877d3b563002b81b7000412098d21c56d5a4ed09
treefc8803ee5b11318d143247068b455784523308bb
parent252b8f0c9f3851c59f8baec5df95bbb2bbf85e72
Call ENGINE_load_builtin_engines().

As suggested by Rosen Penev, use ENGINE_load_builtin_engines() to ensure
the AFALG engines get loaded as well. We apparently also don't need to
call OPENSSL_init_crypto() ourself.
src/openssl/crypto.c