From da140a0594e26b718c45d9dd0b445a10eb32464a Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Thu, 24 Aug 2000 17:51:16 +0000 Subject: Still have to support libscrypt for now :( Add #defines to take DES out for it. --- lib/libcrypt/crypt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libcrypt/crypt.c') diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index 7a61b42fa284..abb1ef379c18 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -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, -- cgit v1.2.3