summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/aes_ige.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/aes/aes_ige.c')
-rw-r--r--src/lib/libcrypto/aes/aes_ige.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/aes/aes_ige.c b/src/lib/libcrypto/aes/aes_ige.c
index 244a5a36bd..ef7d7662fd 100644
--- a/src/lib/libcrypto/aes/aes_ige.c
+++ b/src/lib/libcrypto/aes/aes_ige.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: aes_ige.c,v 1.8 2022/01/22 00:43:41 inoguchi Exp $ */ 1/* $OpenBSD: aes_ige.c,v 1.9 2022/11/26 16:08:50 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -52,7 +52,7 @@
52#include <openssl/aes.h> 52#include <openssl/aes.h>
53#include <openssl/crypto.h> 53#include <openssl/crypto.h>
54 54
55#include "aes_locl.h" 55#include "aes_local.h"
56 56
57#define N_WORDS (AES_BLOCK_SIZE / sizeof(unsigned long)) 57#define N_WORDS (AES_BLOCK_SIZE / sizeof(unsigned long))
58typedef struct { 58typedef struct {