diff options
Diffstat (limited to 'crypt_blowfish.c')
-rw-r--r-- | crypt_blowfish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt_blowfish.c b/crypt_blowfish.c index 366a81a0..54fc514a 100644 --- a/crypt_blowfish.c +++ b/crypt_blowfish.c @@ -47,7 +47,7 @@ #include <efilib.h> /* Just to make sure the prototypes match the actual definitions */ -#include "crypt_blowfish.h" +#include "shim.h" typedef unsigned int BF_word; typedef signed int BF_word_signed; |