summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_local.h
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/ssl_local.h
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 '')
-rw-r--r--src/lib/libssl/ssl_local.h4
1 files changed, 2 insertions, 2 deletions
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 */