Skip to content

Commit cbf5264

Browse files
replace comment character with allowed character
1 parent 37e3a8f commit cbf5264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_x509.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ int test_x509_set_serialNumber(void)
287287
ExpectIntEQ(wolfSSL_X509_set_serialNumber(x509, s),
288288
WOLFSSL_FAILURE);
289289

290-
/* length == 2: still rejected the guard requires length >= 3 */
290+
/* length == 2: still rejected - the guard requires length >= 3 */
291291
s->length = 2;
292292
s->data[0] = ASN_INTEGER;
293293
s->data[1] = 0;

0 commit comments

Comments
 (0)