]> git.ipfire.org Git - thirdparty/openssl.git/commit
pkcs12: Fix macsaltlen parameter type
authorMarco Abbadini <39488007+marcoabbadini@users.noreply.github.com>
Tue, 16 May 2023 21:52:53 +0000 (23:52 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 May 2023 11:25:28 +0000 (13:25 +0200)
commit26cf0767a71743de00cd20f90526052358d67d03
tree7195bf964156acc2ba6b43935deb6d8898d0855b
parent95d3c148ca3818a8773f293e9a886a3ec4185353
pkcs12: Fix macsaltlen parameter type

It expects an integer so change it from non-argument type to positive integer type.

Fixes #20969

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20979)
apps/pkcs12.c