From 4b84114c6a0ccd8c698a2a8d3f40d7e1a4db0b68 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Mon, 22 Jul 2024 12:09:52 -0400 Subject: [PATCH] Fix filename and copyright dates --- tls/client-tls-posthsauth.c | 4 ++-- tls/server-tls-posthsauth.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tls/client-tls-posthsauth.c b/tls/client-tls-posthsauth.c index e3f31f71..11c3b768 100644 --- a/tls/client-tls-posthsauth.c +++ b/tls/client-tls-posthsauth.c @@ -1,6 +1,6 @@ -/* client-tls13.c +/* client-tls-postauth.c * - * Copyright (C) 2006-2020 wolfSSL Inc. + * Copyright (C) 2006-2024 wolfSSL Inc. * * This file is part of wolfSSL. (formerly known as CyaSSL) * diff --git a/tls/server-tls-posthsauth.c b/tls/server-tls-posthsauth.c index ac94f7fa..7d058917 100644 --- a/tls/server-tls-posthsauth.c +++ b/tls/server-tls-posthsauth.c @@ -1,6 +1,6 @@ /* server-tls-posthsauth.c * - * Copyright (C) 2006-2020 wolfSSL Inc. + * Copyright (C) 2006-2024 wolfSSL Inc. * * This file is part of wolfSSL. (formerly known as CyaSSL) *