* libmisc/salt.c: Add prototype for l64a(), gensalt(),
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 14:50:26 +0000 (14:50 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 14:50:26 +0000 (14:50 +0000)
commite663f6c0b43b492b249b3e4eb2d921d4114d8786
tree71f513ac4440a81f0d9dc69cec3a7ce136483131
parent8a1abbe80b748762d3e9d71befa9b574b553ba16
* libmisc/salt.c: Add prototype for l64a(), gensalt(),
  SHA_salt_size(), and SHA_salt_rounds().
* libmisc/salt.c: l64a() and gensalt() are static.
* libmisc/salt.c: The `meth' parameter of crypt_make_salt() is a
  const. (ditto for the method variable).
* libmisc/salt.c: SHA_salt_rounds returns a const string.
* libmisc/salt.c: Avoid warnings with cast of random() to double.
* libmisc/salt.c: Replace rand() by random().
ChangeLog
libmisc/salt.c