]> git.baikalelectronics.ru Git - kernel.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)
commit9f7341be16d3e9a996c7c5f397b6f54f058d7adf
tree282d9e443900e6a0ce0654eb135a5c7c3dcd7f38
parent0ffc57f0e00f17516ec4b0a499db9d3d6248366e
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