diff options
Diffstat (limited to 'lib/libcrypt/crypt.c')
| -rw-r--r-- | lib/libcrypt/crypt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index a41ee85f5022..a6b91f58ced5 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -58,6 +58,11 @@ static const struct { }, #endif { + "nth", + crypt_nthash, + "$3$" + }, + { NULL, NULL, NULL |
