diff options
| author | tb <> | 2022-11-26 17:23:18 +0000 |
|---|---|---|
| committer | tb <> | 2022-11-26 17:23:18 +0000 |
| commit | 3a1908508efa61f3f77ac8036694af2f920df947 (patch) | |
| tree | d2f78bc27178372f03f15f36ae93b967a1e203d7 /src/lib/libcrypto/ts/ts_local.h | |
| parent | 8bb7cb3ff1df35d93a1b5e0fc0d4bfdb91221439 (diff) | |
| download | openbsd-3a1908508efa61f3f77ac8036694af2f920df947.tar.gz openbsd-3a1908508efa61f3f77ac8036694af2f920df947.tar.bz2 openbsd-3a1908508efa61f3f77ac8036694af2f920df947.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/ts/ts_local.h')
| -rw-r--r-- | src/lib/libcrypto/ts/ts_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | /* $OpenBSD: ts_local.h,v 1.2 2022/09/11 17:31:19 tb Exp $ */ | 1 | /* $OpenBSD: ts_local.h,v 1.3 2022/11/26 17:23:18 tb Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL |
| 3 | * project 2002, 2003, 2004. | 3 | * project 2002, 2003, 2004. |
| 4 | */ | 4 | */ |
| @@ -313,4 +313,4 @@ ESS_SIGNING_CERT_V2 *ESS_SIGNING_CERT_V2_dup(ESS_SIGNING_CERT_V2 *a); | |||
| 313 | 313 | ||
| 314 | __END_HIDDEN_DECLS | 314 | __END_HIDDEN_DECLS |
| 315 | 315 | ||
| 316 | #endif /* HEADER_TS_LOCAL_H */ | 316 | #endif /* !HEADER_TS_LOCAL_H */ |
