From d0ebb9124f1b350926c9300bdddeac88992f3ead Mon Sep 17 00:00:00 2001 From: green 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') diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index 7a61b42..abb1ef3 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.1