diff options
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 */ |
