crypto: testmgr - use CRYPTO_ALG_INTERNAL
authorStephan Mueller <smueller@chronox.de>
Mon, 30 Mar 2015 19:56:31 +0000 (21:56 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 31 Mar 2015 13:21:03 +0000 (21:21 +0800)
commit425a882991d9da8bfd2fe0fc495773fab5ac9988
tree032a1d8704fcb8484b1e366832cb2dc2cd278755
parent06ca7f68d4c861d549a8deb161e1527065a80bb1
crypto: testmgr - use CRYPTO_ALG_INTERNAL

Allocate the ciphers irrespectively if they are marked as internal
or not. As all ciphers, including the internal ciphers will be
processed by the testmgr, it needs to be able to allocate those
ciphers.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c