]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: api - Make crypto_alg_lookup static
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Mar 2018 00:05:39 +0000 (08:05 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Mar 2018 17:32:58 +0000 (01:32 +0800)
commit3ca1e9948940230bd2c4b17e320bbab3367fc37b
tree282d9e443900e6a0ce0654eb135a5c7c3dcd7f38
parent4989d4f07a8e738b33a79099ddbdd8e125a4da1b
crypto: api - Make crypto_alg_lookup static

The function crypto_alg_lookup is only usd within the crypto API
and should be not be exported to the modules.  This patch marks
it as a static function.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/api.c
crypto/internal.h