We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba354b2 commit d577067Copy full SHA for d577067
include/crypto/internal/skcipher.h
@@ -94,7 +94,7 @@ static inline void *skcipher_instance_ctx(struct skcipher_instance *inst)
94
95
static inline void skcipher_request_complete(struct skcipher_request *req, int err)
96
{
97
- req->base.complete(&req->base, err);
+ crypto_request_complete(&req->base, err);
98
}
99
100
int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,
0 commit comments