summaryrefslogtreecommitdiff
path: root/PasswordCrypt.h
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2013-09-26 11:58:01 -0400
committerPeter Jones <pjones@redhat.com>2013-09-26 11:58:01 -0400
commit908eacc22512a61b7297460b9c7b61e5f45e01fd (patch)
tree94050c64b3719755dca3bbc4a1120a59c7a22ab9 /PasswordCrypt.h
parentbe5c35e1ac98c9b6f4e194b35bfaa5efb095cce7 (diff)
downloadefi-boot-shim-908eacc22512a61b7297460b9c7b61e5f45e01fd.tar.gz
efi-boot-shim-908eacc22512a61b7297460b9c7b61e5f45e01fd.zip
MokManager: support Tradition DES hash
Diffstat (limited to 'PasswordCrypt.h')
-rw-r--r--PasswordCrypt.h2
1 files changed, 1 insertions, 1 deletions
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,