diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/dtls_local.h (renamed from src/lib/libssl/dtls_locl.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/dtls_locl.h b/src/lib/libssl/dtls_local.h index 784d397f7d..27d32105b7 100644 --- a/src/lib/libssl/dtls_locl.h +++ b/src/lib/libssl/dtls_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dtls_locl.h,v 1.11 2022/11/11 17:15:26 jsing Exp $ */ | 1 | /* $OpenBSD: dtls_local.h,v 1.1 2022/11/26 16:08:55 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. |
@@ -64,7 +64,7 @@ | |||
64 | 64 | ||
65 | #include <openssl/dtls1.h> | 65 | #include <openssl/dtls1.h> |
66 | 66 | ||
67 | #include "ssl_locl.h" | 67 | #include "ssl_local.h" |
68 | #include "tls_content.h" | 68 | #include "tls_content.h" |
69 | 69 | ||
70 | __BEGIN_HIDDEN_DECLS | 70 | __BEGIN_HIDDEN_DECLS |