Still have to support libscrypt for now :( Add #defines to take DES
out for it.
This commit is contained in:
parent
d8cd1501f2
commit
da140a0594
@ -39,11 +39,13 @@ static const struct {
|
||||
char *(*const func)(const char *, const char *);
|
||||
const char *const magic;
|
||||
} crypt_types[] = {
|
||||
#ifdef NONEXPORTABLE_CRYPT
|
||||
{
|
||||
"des",
|
||||
crypt_des,
|
||||
NULL
|
||||
},
|
||||
#endif
|
||||
{
|
||||
"md5",
|
||||
crypt_md5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user