diff options
| author | Peter Jones <pjones@redhat.com> | 2017-10-19 15:44:12 -0400 |
|---|---|---|
| committer | Peter Jones <pmjones@gmail.com> | 2018-03-12 16:21:43 -0400 |
| commit | dc62a3c4dc3dd590fbba32c46b717088a132eb5e (patch) | |
| tree | 71993be00c4695abd13d139346346bfb4c791d8d /PasswordCrypt.c | |
| parent | 1a44dbb8be12ef2a06d73b8eec07ac0acff27e68 (diff) | |
| download | efi-boot-shim-dc62a3c4dc3dd590fbba32c46b717088a132eb5e.tar.gz efi-boot-shim-dc62a3c4dc3dd590fbba32c46b717088a132eb5e.zip | |
Move includes around to clean the source tree up a bit.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'PasswordCrypt.c')
| -rw-r--r-- | PasswordCrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PasswordCrypt.c b/PasswordCrypt.c index 2494549c..793cb72c 100644 --- a/PasswordCrypt.c +++ b/PasswordCrypt.c @@ -3,8 +3,8 @@ #include <Library/BaseCryptLib.h> #include <openssl/sha.h> #include <openssl/md5.h> -#include "PasswordCrypt.h" -#include "crypt_blowfish.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 */ |
