diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-11-26 17:23:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-11-26 17:23:19 +0000 |
commit | 119cc0d6c4ee73d5c4f5b7d45fe9ac7e597647e6 (patch) | |
tree | 25590c0547b1533f2874e950691e7a5681d03a73 /lib/libssl/ssl_local.h | |
parent | 3507f4dbea85f0d3d39f2bd6db10b4a4051a6277 (diff) |
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 'lib/libssl/ssl_local.h')
-rw-r--r-- | lib/libssl/ssl_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_local.h b/lib/libssl/ssl_local.h index 85902438840..1e38d3939e8 100644 --- a/lib/libssl/ssl_local.h +++ b/lib/libssl/ssl_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_local.h,v 1.1 2022/11/26 16:08:55 tb Exp $ */ +/* $OpenBSD: ssl_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1535,4 +1535,4 @@ int tls_process_peer_certs(SSL *s, STACK_OF(X509) *peer_certs); __END_HIDDEN_DECLS -#endif +#endif /* !HEADER_SSL_LOCL_H */ |