diff options
Diffstat (limited to 'lib/libcrypt')
-rw-r--r-- | lib/libcrypt/crypt.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |