From 908eacc22512a61b7297460b9c7b61e5f45e01fd Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 26 Sep 2013 11:58:01 -0400 Subject: MokManager: support Tradition DES hash --- PasswordCrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PasswordCrypt.h') diff --git a/PasswordCrypt.h b/PasswordCrypt.h index 144bf84e..b726f320 100644 --- a/PasswordCrypt.h +++ b/PasswordCrypt.h @@ -2,7 +2,7 @@ #define __PASSWORD_CRYPT_H__ enum HashMethod { - TRANDITIONAL_DES = 0, + TRADITIONAL_DES = 0, EXTEND_BSDI_DES, MD5_BASED, SHA256_BASED, -- cgit v1.2.3