On Sun, Oct 08, 2023 at 08:37:50PM -0700, Eric Biggers wrote: > -int crypto_lskcipher_setkey_sg(struct crypto_skcipher *tfm, const u8 *key, > - unsigned int keylen) > -{ > - struct crypto_lskcipher **ctx = crypto_skcipher_ctx(tfm); > - > - return crypto_lskcipher_setkey(*ctx, key, keylen); > -} Forgot to remove the prototype for crypto_lskcipher_setkey_sg(). Just sent out v2 with this. - Eric