]> granicus.if.org Git - openssl/commit
Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),
authorDr. Stephen Henson <steve@openssl.org>
Sun, 3 Oct 2010 18:58:09 +0000 (18:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 3 Oct 2010 18:58:09 +0000 (18:58 +0000)
commit39239280f3576f3418dadbf751bc7a2bb3252d4e
treec840f3ac5aace2e0252c524adf1b80c524cd64ff
parent5ad83922cae0685454a8081a3c6a5b64a1d828c3
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