Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),
authorDr. Stephen Henson <steve@openssl.org>
Wed, 21 Jul 2010 16:14:48 +0000 (16:14 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 21 Jul 2010 16:14:48 +0000 (16:14 +0000)
commit7bbd0de88dd179be6171ecf9e190561127cdd15f
tree43952eb7c05c240a1bb8cbfec9e0a138ac9a59ba
parentf96ccf36ffa4ac9941c4f00eda2e970be6b2e5da
Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),
this means that some implementations will be used automatically, e.g. aesni,
we do this for cryptodev anyway.

Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it.
CHANGES
crypto/engine/eng_all.c