Skip to content

Commit 3c349b7

Browse files
committed
update function comments
1 parent cc67d01 commit 3c349b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nx_secure/src/nx_secure_x509_expiration_check.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ static ULONG _nx_secure_count_leap_years(ULONG start_year, ULONG end_year);
7474
/* 04-02-2021 Timothy Stapko Modified comment(s), */
7575
/* removed dependency on TLS, */
7676
/* resulting in version 6.1.6 */
77+
/* 04-04-2024 Simon Scurrell Modified comment(s), */
78+
/* changed name of validity */
79+
/* format fields, */
80+
/* resulting in version 6.1.7 */
7781
/* */
7882
/**************************************************************************/
7983
UINT _nx_secure_x509_expiration_check(NX_SECURE_X509_CERT *certificate, ULONG current_time)

0 commit comments

Comments
 (0)