]> git.ipfire.org Git - thirdparty/shadow.git/commit
libmisc/salt.c: Use int pointer for YESCRYPT_salt_cost(). 358/head
authorBjörn Esser <besser82@fedoraproject.org>
Sat, 12 Jun 2021 17:05:07 +0000 (19:05 +0200)
committerBjörn Esser <besser82@fedoraproject.org>
Tue, 22 Jun 2021 16:51:59 +0000 (18:51 +0200)
commit7a3bb4d0ea8166acc539c788a8ce943acf4a6aa7
tree9c2ef749f4711461166238486b7704e7ec228f07
parenta026ea6bbf4ec27950efd02fdc8bc65a6641829f
libmisc/salt.c: Use int pointer for YESCRYPT_salt_cost().

The corresponding functions for the other hash methods all take
a pointer to an integer value as the only paramater, so this
particular function should do so as well.

Signed-off-by: Björn Esser <besser82@fedoraproject.org>
libmisc/salt.c