remove double initialization of cryptodev engine
authorCristian Stoica <cristian.stoica@freescale.com>
Tue, 10 Sep 2013 09:46:46 +0000 (12:46 +0300)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Jul 2016 20:56:45 +0000 (22:56 +0200)
commit6c6bd9bc2f972ebadc6a326f7864b3f2edc40b5b
tree6d64b24a8306eb0c91893126a236fa1d709e3912
parent77857ddcca41e1ad34725715fe7b32adc4de7930
remove double initialization of cryptodev engine

cryptodev engine is initialized together with the other engines in
ENGINE_load_builtin_engines. The initialization done through
OpenSSL_add_all_algorithms is redundant.

Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/evp/c_all.c