kernel/include/crypto/null.h
.. .. @@ -9,7 +9,7 @@ 9 9 #define NULL_DIGEST_SIZE 0 10 10 #define NULL_IV_SIZE 0 11 11 12 -struct crypto_skcipher *crypto_get_default_null_skcipher(void);12 +struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void);13 13 void crypto_put_default_null_skcipher(void); 14 14 15 15 #endif