diff options
author | Thorsten Blum <thorsten.blum@linux.dev> | 2025-04-08 13:22:59 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-04-16 15:16:22 +0800 |
commit | c80d6598ffef3154698fb991c15211762cbf550e (patch) | |
tree | 0b82b7aa18ff233e341ef396a763481146c1c687 /crypto/algapi.c | |
parent | 6b7f9397c98c72902f9364056413c73fe6dee1d8 (diff) |
crypto: essiv - Remove unnecessary strscpy() size argument
If the destination buffer has a fixed length, strscpy() automatically
determines its size using sizeof() when the argument is omitted. This
makes the explicit size argument unnecessary - remove it.
No functional changes intended.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algapi.c')
0 files changed, 0 insertions, 0 deletions