]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),
authorDr. Stephen Henson <steve@openssl.org>
Sun, 3 Oct 2010 18:55:57 +0000 (18:55 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 3 Oct 2010 18:55:57 +0000 (18:55 +0000)
commit6cb5746b65a53207bc794121a0c78603bff8ea30
treef2f1e5d2760fe75c40e306163863a601575da35e
parent0061aa9f322073f20edbe786743d454fba87b476
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