aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/null.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/null.h')
-rw-r--r--include/crypto/null.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/crypto/null.h b/include/crypto/null.h
index 5757c0a4b321..15aeef6e30ef 100644
--- a/include/crypto/null.h
+++ b/include/crypto/null.h
@@ -12,14 +12,4 @@
12struct crypto_skcipher *crypto_get_default_null_skcipher(void); 12struct crypto_skcipher *crypto_get_default_null_skcipher(void);
13void crypto_put_default_null_skcipher(void); 13void crypto_put_default_null_skcipher(void);
14 14
15static inline struct crypto_skcipher *crypto_get_default_null_skcipher2(void)
16{
17 return crypto_get_default_null_skcipher();
18}
19
20static inline void crypto_put_default_null_skcipher2(void)
21{
22 crypto_put_default_null_skcipher();
23}
24
25#endif 15#endif