Still have to support libscrypt for now :( Add #defines to take DES

out for it.
This commit is contained in:
Brian Feldman 2000-08-24 17:51:16 +00:00
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,