summaryrefslogtreecommitdiff
path: root/nx_secure/src/nx_secure_tls_process_changecipherspec.c
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-03-07 00:14:18 +0100
committerFrédéric Desbiens <[email protected]>2026-03-07 00:14:18 +0100
commitff90b3ffcb84b2c6099ec31ef032b541e1ef5f0a (patch)
treeeea5e3221587620a673dc76722ea5345081d605f /nx_secure/src/nx_secure_tls_process_changecipherspec.c
parentdd1a89cf27d54b4151931441f522c91beefa4688 (diff)
Updated copyright headers and version strings. Removed version history
Diffstat (limited to 'nx_secure/src/nx_secure_tls_process_changecipherspec.c')
-rw-r--r--nx_secure/src/nx_secure_tls_process_changecipherspec.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/nx_secure/src/nx_secure_tls_process_changecipherspec.c b/nx_secure/src/nx_secure_tls_process_changecipherspec.c
index 29a8492d..22d903be 100644
--- a/nx_secure/src/nx_secure_tls_process_changecipherspec.c
+++ b/nx_secure/src/nx_secure_tls_process_changecipherspec.c
@@ -1,11 +1,11 @@
/***************************************************************************
- * Copyright (c) 2024 Microsoft Corporation
+ * Copyright (c) 2024 Microsoft Corporation
* Copyright (c) 2025-present Eclipse ThreadX Contributors
- *
+ *
* This program and the accompanying materials are made available under the
* terms of the MIT License which is available at
* https://opensource.org/licenses/MIT.
- *
+ *
* SPDX-License-Identifier: MIT
**************************************************************************/
@@ -59,14 +59,6 @@
/* _nx_secure_dtls_process_record Process DTLS record */
/* _nx_secure_tls_process_record Process TLS record */
/* */
-/* RELEASE HISTORY */
-/* */
-/* DATE NAME DESCRIPTION */
-/* */
-/* 05-19-2020 Timothy Stapko Initial Version 6.0 */
-/* 09-30-2020 Timothy Stapko Modified comment(s), */
-/* resulting in version 6.1 */
-/* */
/**************************************************************************/
UINT _nx_secure_tls_process_changecipherspec(NX_SECURE_TLS_SESSION *tls_session,
UCHAR *packet_buffer, UINT message_length)