passwd: small size optimization. salt generation improved
(really generated different salts even if called back-to-back).
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
#include <string.h>
|
||||
#include <crypt.h>
|
||||
|
||||
char *pw_encrypt(const char *clear, const char *salt)
|
||||
|
Reference in New Issue
Block a user