summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes
diff options
context:
space:
mode:
authortb <>2022-11-26 17:23:18 +0000
committertb <>2022-11-26 17:23:18 +0000
commit246954626bd75b061be0645ab9659db51b2c4e38 (patch)
treed2f78bc27178372f03f15f36ae93b967a1e203d7 /src/lib/libcrypto/aes
parentdb814f9b2a52dd12a467bdc126ab9750901835bb (diff)
downloadopenbsd-246954626bd75b061be0645ab9659db51b2c4e38.tar.gz
openbsd-246954626bd75b061be0645ab9659db51b2c4e38.tar.bz2
openbsd-246954626bd75b061be0645ab9659db51b2c4e38.zip
Make header guards of internal headers consistent
Not all of them, only those that didn't leak into a public header... Yes.
Diffstat (limited to 'src/lib/libcrypto/aes')
-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 */