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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/aes/aes_local.h b/src/lib/libcrypto/aes/aes_local.h
index 4c984e0de6..ef74e71319 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.1 2022/11/26 16:08:50 tb Exp $ */ 1/* $OpenBSD: aes_local.h,v 1.2 2022/11/26 17:23:17 tb 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 *
@@ -49,8 +49,8 @@
49 * 49 *
50 */ 50 */
51 51
52#ifndef HEADER_AES_LOCL_H 52#ifndef HEADER_AES_LOCAL_H
53#define HEADER_AES_LOCL_H 53#define HEADER_AES_LOCAL_H
54 54
55#include <openssl/opensslconf.h> 55#include <openssl/opensslconf.h>
56 56
@@ -80,4 +80,4 @@ typedef unsigned char u8;
80 80
81__END_HIDDEN_DECLS 81__END_HIDDEN_DECLS
82 82
83#endif /* !HEADER_AES_LOCL_H */ 83#endif /* !HEADER_AES_LOCAL_H */