* libmisc/salt.c (SHA_salt_rounds): It is statically ensured that

the format fits in rounds_prefix.
	* libmisc/loginprompt.c: Likewise.
This commit is contained in:
nekral-guest
2011-09-18 20:41:38 +00:00
parent cd10be6c91
commit f1db2383fc
2 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
* libmisc/salt.c (SHA_salt_rounds): It is statically ensured that
the format fits in rounds_prefix.
* libmisc/loginprompt.c: Likewise.
2011-09-18 Nicolas François <nicolas.francois@centraliens.net>