summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp
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/evp
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/evp')
-rw-r--r--src/lib/libcrypto/evp/evp_local.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/evp/evp_local.h b/src/lib/libcrypto/evp/evp_local.h
index ba34a7949d..3ffaf555ba 100644
--- a/src/lib/libcrypto/evp/evp_local.h
+++ b/src/lib/libcrypto/evp/evp_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_local.h,v 1.1 2022/11/26 16:08:52 tb Exp $ */ 1/* $OpenBSD: evp_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -56,8 +56,8 @@
56 * 56 *
57 */ 57 */
58 58
59#ifndef HEADER_EVP_LOCL_H 59#ifndef HEADER_EVP_LOCAL_H
60#define HEADER_EVP_LOCL_H 60#define HEADER_EVP_LOCAL_H
61 61
62__BEGIN_HIDDEN_DECLS 62__BEGIN_HIDDEN_DECLS
63 63
@@ -321,4 +321,4 @@ int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md_name)
321 321
322__END_HIDDEN_DECLS 322__END_HIDDEN_DECLS
323 323
324#endif /* !HEADER_EVP_LOCL_H */ 324#endif /* !HEADER_EVP_LOCAL_H */