Switch the hardcoded default hash function from MD5 / DES to SHA512.
This commit is contained in:
parent
fa7db06b8f
commit
e401beb723
@ -79,11 +79,7 @@ static const struct {
|
||||
}
|
||||
};
|
||||
|
||||
#ifdef HAS_DES
|
||||
#define CRYPT_DEFAULT "des"
|
||||
#else
|
||||
#define CRYPT_DEFAULT "md5"
|
||||
#endif
|
||||
#define CRYPT_DEFAULT "sha512"
|
||||
|
||||
static int crypt_type = -1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user