Skip to content

Commit f21199f

Browse files
committed
CTC_DATE_SIZE update #2
1 parent 8e78195 commit f21199f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wolfcrypt/src/port/Espressif/esp_crt_bundle/esp_crt_bundle.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,8 +956,8 @@ static CB_INLINE int wolfssl_ssl_conf_verify_cb(int preverify,
956956
WOLFSSL_X509_STORE_CTX* store)
957957
{
958958
#ifdef WOLFSSL_DEBUG_CERT_BUNDLE
959-
char before_str[32];
960-
char after_str[32];
959+
char before_str[CTC_DATE_SIZE];
960+
char after_str[CTC_DATE_SIZE];
961961
WOLFSSL_ASN1_TIME *notBefore = NULL;
962962
WOLFSSL_ASN1_TIME *notAfter = NULL;
963963

0 commit comments

Comments
 (0)