diff options
Diffstat (limited to 'include/crypto/null.h')
-rw-r--r-- | include/crypto/null.h | 10 |
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 @@ | |||
12 | struct crypto_skcipher *crypto_get_default_null_skcipher(void); | 12 | struct crypto_skcipher *crypto_get_default_null_skcipher(void); |
13 | void crypto_put_default_null_skcipher(void); | 13 | void crypto_put_default_null_skcipher(void); |
14 | 14 | ||
15 | static inline struct crypto_skcipher *crypto_get_default_null_skcipher2(void) | ||
16 | { | ||
17 | return crypto_get_default_null_skcipher(); | ||
18 | } | ||
19 | |||
20 | static inline void crypto_put_default_null_skcipher2(void) | ||
21 | { | ||
22 | crypto_put_default_null_skcipher(); | ||
23 | } | ||
24 | |||
25 | #endif | 15 | #endif |