Skip to content

Commit fda52f7

Browse files
committed
Drop else
1 parent 38a1e65 commit fda52f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wolfcrypt/src/asn.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15045,7 +15045,8 @@ int ExtractDate(const unsigned char* date, unsigned char format,
1504515045
if (date[ i + ASN_GENERALIZED_TIME_SIZE - 2] != 'Z') {
1504615046
return 0;
1504715047
}
15048-
} else {
15048+
}
15049+
else {
1504915050
return 0;
1505015051
}
1505115052

0 commit comments

Comments
 (0)