Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),
authorDr. Stephen Henson <steve@openssl.org>
Sun, 3 Oct 2010 18:56:25 +0000 (18:56 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 3 Oct 2010 18:56:25 +0000 (18:56 +0000)
commit945ba0300dba473f4215bd436031ec81e3f70911
tree9844d8b5f1f9ae2c532191a6826478eb0cfd6135
parent9e15cc606e47bf86dc619e3ed03dd2afaab38cb2
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/asn1/x_x509.c
crypto/ec/ectest.c
crypto/x509/x509.h
crypto/x509/x_all.c