From 246954626bd75b061be0645ab9659db51b2c4e38 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 26 Nov 2022 17:23:18 +0000 Subject: Make header guards of internal headers consistent Not all of them, only those that didn't leak into a public header... Yes. --- src/lib/libcrypto/ts/ts_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ts') diff --git a/src/lib/libcrypto/ts/ts_local.h b/src/lib/libcrypto/ts/ts_local.h index cf1e9e0589..07c9861e02 100644 --- a/src/lib/libcrypto/ts/ts_local.h +++ b/src/lib/libcrypto/ts/ts_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ts_local.h,v 1.2 2022/09/11 17:31:19 tb Exp $ */ +/* $OpenBSD: ts_local.h,v 1.3 2022/11/26 17:23:18 tb Exp $ */ /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL * project 2002, 2003, 2004. */ @@ -313,4 +313,4 @@ ESS_SIGNING_CERT_V2 *ESS_SIGNING_CERT_V2_dup(ESS_SIGNING_CERT_V2 *a); __END_HIDDEN_DECLS -#endif /* HEADER_TS_LOCAL_H */ +#endif /* !HEADER_TS_LOCAL_H */ -- cgit v1.2.3-55-g6feb