summaryrefslogtreecommitdiff
path: root/src/lib/libssl
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/libssl
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/libssl')
-rw-r--r--src/lib/libssl/dtls_local.h4
-rw-r--r--src/lib/libssl/ssl_local.h4
2 files changed, 4 insertions, 4 deletions
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 @@
1/* $OpenBSD: dtls_local.h,v 1.1 2022/11/26 16:08:55 tb Exp $ */ 1/* $OpenBSD: dtls_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
2/* 2/*
3 * DTLS implementation written by Nagendra Modadugu 3 * DTLS implementation written by Nagendra Modadugu
4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. 4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -229,4 +229,4 @@ int dtls1_get_record(SSL *s);
229 229
230__END_HIDDEN_DECLS 230__END_HIDDEN_DECLS
231 231
232#endif 232#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 @@
1/* $OpenBSD: ssl_local.h,v 1.1 2022/11/26 16:08:55 tb Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1535,4 +1535,4 @@ int tls_process_peer_certs(SSL *s, STACK_OF(X509) *peer_certs);
1535 1535
1536__END_HIDDEN_DECLS 1536__END_HIDDEN_DECLS
1537 1537
1538#endif 1538#endif /* !HEADER_SSL_LOCL_H */