summaryrefslogtreecommitdiff
path: root/crypto/internal.h
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2017-12-29 10:06:46 -0600
committerHerbert Xu <herbert@gondor.apana.org.au>2018-01-05 18:43:10 +1100
commite9d99c44f900c6ec4c9fc78c96e6e7a34e3fd898 (patch)
tree91d79d9d97fed469eb28a223af56bcba4aa0eb36 /crypto/internal.h
parent2431f0da543e8c93333ed3b3c8ab9a1158404959 (diff)
downloadlinux-crypto-e9d99c44f900c6ec4c9fc78c96e6e7a34e3fd898.tar.gz
linux-crypto-e9d99c44f900c6ec4c9fc78c96e6e7a34e3fd898.zip
crypto: algapi - remove unused notifications
There is a message posted to the crypto notifier chain when an algorithm is unregistered, and when a template is registered or unregistered. But nothing is listening for those messages; currently there are only listeners for the algorithm request and registration messages. Get rid of these unused notifications for now. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 1388af6d..5ac27fba 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -30,9 +30,6 @@
enum {
CRYPTO_MSG_ALG_REQUEST,
CRYPTO_MSG_ALG_REGISTER,
- CRYPTO_MSG_ALG_UNREGISTER,
- CRYPTO_MSG_TMPL_REGISTER,
- CRYPTO_MSG_TMPL_UNREGISTER,
};
struct crypto_instance;