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/libssl/dtls_local.h | 4 ++-- src/lib/libssl/ssl_local.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libssl') diff --git a/src/lib/libssl/dtls_local.h b/src/lib/libssl/dtls_local.h index 27d32105b7..c7c413fef4 100644 --- a/src/lib/libssl/dtls_local.h +++ b/src/lib/libssl/dtls_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dtls_local.h,v 1.1 2022/11/26 16:08:55 tb Exp $ */ +/* $OpenBSD: dtls_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -229,4 +229,4 @@ int dtls1_get_record(SSL *s); __END_HIDDEN_DECLS -#endif +#endif /* !HEADER_DTLS_LOCL_H */ diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index 8590243884..1e38d3939e 100644 --- a/src/lib/libssl/ssl_local.h +++ b/src/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 */ -- cgit v1.2.3-55-g6feb