diff options
Diffstat (limited to 'src/lib/libcrypto/aes/aes_core.c')
-rw-r--r-- | src/lib/libcrypto/aes/aes_core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/aes/aes_core.c b/src/lib/libcrypto/aes/aes_core.c index 335b1dba54..0472d5f4e2 100644 --- a/src/lib/libcrypto/aes/aes_core.c +++ b/src/lib/libcrypto/aes/aes_core.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: aes_core.c,v 1.23 2024/03/30 05:14:12 joshua Exp $ */ | 1 | /* $OpenBSD: aes_core.c,v 1.24 2024/08/11 13:02:39 jsing Exp $ */ |
2 | /** | 2 | /** |
3 | * rijndael-alg-fst.c | 3 | * rijndael-alg-fst.c |
4 | * | 4 | * |
@@ -35,6 +35,7 @@ | |||
35 | #include <openssl/aes.h> | 35 | #include <openssl/aes.h> |
36 | 36 | ||
37 | #include "aes_local.h" | 37 | #include "aes_local.h" |
38 | #include "crypto_arch.h" | ||
38 | #include "crypto_internal.h" | 39 | #include "crypto_internal.h" |
39 | 40 | ||
40 | /* | 41 | /* |