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)
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

Simple merge