* Move the srandom call to gensalt.

* Replace the test on salt_size by an assert.
This commit is contained in:
nekral-guest
2007-11-23 21:04:43 +00:00
parent 43b10b311a
commit 963bfaf521
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2007-11-23 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/salt.c: Move the srandom call to gensalt.
* libmisc/salt.c (gensalt): Replace the test on salt_size by an
assert.
2007-11-23 Nicolas François <nicolas.francois@centraliens.net>
Patch contributed by Dan Kopecek <dkopecek@redhat.com>