summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypt/crypt.c')
-rw-r--r--lib/libcrypt/crypt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c
index a41ee85..a6b91f5 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
OpenPOWER on IntegriCloud