diff options
author | tb <> | 2022-11-26 17:23:18 +0000 |
---|---|---|
committer | tb <> | 2022-11-26 17:23:18 +0000 |
commit | 246954626bd75b061be0645ab9659db51b2c4e38 (patch) | |
tree | d2f78bc27178372f03f15f36ae93b967a1e203d7 /src/lib/libssl/dtls_local.h | |
parent | db814f9b2a52dd12a467bdc126ab9750901835bb (diff) | |
download | openbsd-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/dtls_local.h')
-rw-r--r-- | src/lib/libssl/dtls_local.h | 4 |
1 files changed, 2 insertions, 2 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 */ |