From 1eae0f51b91f796f51d1866d1cddcd8b0260c325 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 5 May 2011 01:09:42 +0000 Subject: s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming. Reviewed by: markm --- lib/libcrypt/crypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libcrypt/crypt.c') diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index 89d427f..b949a48 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -64,12 +64,12 @@ static const struct { }, { "sha256", - sha256_crypt, + crypt_sha256, "$5$" }, { "sha512", - sha512_crypt, + crypt_sha512, "$6$" }, { -- cgit v1.1