From 8fce26730c4df7a9792bb144c75c2c5b998c91af Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 24 Oct 2022 18:52:21 +0100 Subject: [crypto] Add block cipher Galois/Counter mode of operation Signed-off-by: Michael Brown --- src/include/ipxe/crypto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/ipxe/crypto.h') diff --git a/src/include/ipxe/crypto.h b/src/include/ipxe/crypto.h index e807aeb52..842f2f633 100644 --- a/src/include/ipxe/crypto.h +++ b/src/include/ipxe/crypto.h @@ -11,6 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include #include +#include /** A message digest algorithm */ struct digest_algorithm { -- cgit v1.2.3-55-g7522