Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),
authorDr. Stephen Henson <steve@openssl.org>
Sun, 3 Oct 2010 18:57:01 +0000 (18:57 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 3 Oct 2010 18:57:01 +0000 (18:57 +0000)
commit8c9ab050e5780d829dc51dd2125b1764010a234a
treeb55f910c2aae6379797d1288c2ea9a04f3a7ab5d
parentb6996c784923a212e2c7388cdf89d52c0180c91c
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/x509/x509.h
crypto/x509/x_all.c