Skip to content

Commit 99ac1a0

Browse files
committed
update function comments
1 parent 66d6bf3 commit 99ac1a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nx_secure/src/nx_secure_x509_expiration_check.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static ULONG _nx_secure_count_leap_years(ULONG start_year, ULONG end_year);
3434
/* FUNCTION RELEASE */
3535
/* */
3636
/* _nx_secure_x509_expiration_check PORTABLE C */
37-
/* 6.1.6 */
37+
/* 6.1.7 */
3838
/* AUTHOR */
3939
/* */
4040
/* Timothy Stapko, Microsoft Corporation */
@@ -73,6 +73,10 @@ static ULONG _nx_secure_count_leap_years(ULONG start_year, ULONG end_year);
7373
/* 04-02-2021 Timothy Stapko Modified comment(s), */
7474
/* removed dependency on TLS, */
7575
/* resulting in version 6.1.6 */
76+
/* 04-04-2024 Simon Scurrell Modified comment(s), */
77+
/* changed name of validity */
78+
/* format fields, */
79+
/* resulting in version 6.1.7 */
7680
/* */
7781
/**************************************************************************/
7882
UINT _nx_secure_x509_expiration_check(NX_SECURE_X509_CERT *certificate, ULONG current_time)

0 commit comments

Comments
 (0)