summaryrefslogtreecommitdiff
path: root/crypto/internal.h
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2017-12-07 10:55:59 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2017-12-22 19:29:06 +1100
commitb5677d415a609cfeb0052fdf1694eb1c384e098a (patch)
treeff39f74793470c4154e7f3ce66851921f147afed /crypto/internal.h
parent724174d99fd51ae560ab56f33286c4945041f47c (diff)
downloadlinux-crypto-b5677d415a609cfeb0052fdf1694eb1c384e098a.tar.gz
linux-crypto-b5677d415a609cfeb0052fdf1694eb1c384e098a.zip
crypto: api - Unexport crypto_larval_lookup()
crypto_larval_lookup() is not used outside of crypto/api.c, so unexport it and mark it 'static'. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index f0732042..ae65e5fc 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -78,7 +78,6 @@ int crypto_init_compress_ops(struct crypto_tfm *tfm);
struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
void crypto_larval_kill(struct crypto_alg *alg);
-struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask);
void crypto_alg_tested(const char *name, int err);
void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list,