diff options
Diffstat (limited to 'PasswordCrypt.h')
| -rw-r--r-- | PasswordCrypt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PasswordCrypt.h b/PasswordCrypt.h index c9e377a2..144bf84e 100644 --- a/PasswordCrypt.h +++ b/PasswordCrypt.h @@ -22,5 +22,6 @@ typedef struct { EFI_STATUS password_crypt (const char *password, UINT32 pw_length, const PASSWORD_CRYPT *pw_hash, UINT8 *hash); +UINT16 get_hash_size (const UINT16 method); #endif /* __PASSWORD_CRYPT_H__ */ |
