diff options
Diffstat (limited to 'crypto/sig.c')
| -rw-r--r-- | crypto/sig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/sig.c b/crypto/sig.c index 53a3dd6fbe3f..beba745b6405 100644 --- a/crypto/sig.c +++ b/crypto/sig.c @@ -74,6 +74,7 @@ static const struct crypto_type crypto_sig_type = { .maskset = CRYPTO_ALG_TYPE_MASK, .type = CRYPTO_ALG_TYPE_SIG, .tfmsize = offsetof(struct crypto_sig, base), + .algsize = offsetof(struct sig_alg, base), }; struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) |