diff options
| author | Steve McIntyre <steve@einval.com> | 2021-03-23 23:49:46 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-03-23 23:49:46 +0000 |
| commit | 031e5cce385d3f96b1caa1d53495332a7eb03749 (patch) | |
| tree | b4988dfbd191b2242b9294e24075b39a608b1155 /PasswordCrypt.c | |
| parent | 7bf7a6d0852382bb645119b18df3ff461aaba247 (diff) | |
| download | efi-boot-shim-031e5cce385d3f96b1caa1d53495332a7eb03749.tar.gz efi-boot-shim-031e5cce385d3f96b1caa1d53495332a7eb03749.zip | |
New upstream version 15.3upstream/15.3
Diffstat (limited to 'PasswordCrypt.c')
| -rw-r--r-- | PasswordCrypt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PasswordCrypt.c b/PasswordCrypt.c index 2eb971dd..1030a6dd 100644 --- a/PasswordCrypt.c +++ b/PasswordCrypt.c @@ -1,11 +1,11 @@ -#include <efi.h> -#include <efilib.h> +// SPDX-License-Identifier: BSD-2-Clause-Patent + +#include "shim.h" + #include <Library/BaseCryptLib.h> #include <openssl/sha.h> #include <openssl/md5.h> -#include "shim.h" - #define TRAD_DES_HASH_SIZE 13 /* (64/6+1) + (12/6) */ #define BSDI_DES_HASH_SIZE 20 /* (64/6+1) + (24/6) + 4 + 1 */ #define BLOWFISH_HASH_SIZE 31 /* 184/6+1 */ |
