summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/aes_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/aes/aes_local.h')
-rw-r--r--src/lib/libcrypto/aes/aes_local.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/aes/aes_local.h b/src/lib/libcrypto/aes/aes_local.h
index e0714df409..823dbab574 100644
--- a/src/lib/libcrypto/aes/aes_local.h
+++ b/src/lib/libcrypto/aes/aes_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: aes_local.h,v 1.4 2025/01/25 17:59:44 tb Exp $ */ 1/* $OpenBSD: aes_local.h,v 1.5 2025/04/21 12:23:09 jsing Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -60,10 +60,6 @@
60 60
61__BEGIN_HIDDEN_DECLS 61__BEGIN_HIDDEN_DECLS
62 62
63typedef unsigned int u32;
64typedef unsigned short u16;
65typedef unsigned char u8;
66
67#define MAXKC (256/32) 63#define MAXKC (256/32)
68#define MAXKB (256/8) 64#define MAXKB (256/8)
69#define MAXNR 14 65#define MAXNR 14