Skip to content

Commit 815569b

Browse files
stgloorioustomi-font
authored andcommitted
fix: remove superfluous BEFORE_COLON in x509_crl.c
BEFORE_COLON and BC defines with the accompanying comment are only required in x509_crt and x509_csr, but not used in x509_crl.c. Signed-off-by: Stefan Gloor <[email protected]> (cherry picked from commit 6a9cf11)
1 parent fe71d29 commit 815569b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

library/x509_crl.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -583,11 +583,6 @@ int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path)
583583
#endif /* MBEDTLS_FS_IO */
584584

585585
#if !defined(MBEDTLS_X509_REMOVE_INFO)
586-
/*
587-
* Return an informational string about the certificate.
588-
*/
589-
#define BEFORE_COLON 14
590-
#define BC "14"
591586
/*
592587
* Return an informational string about the CRL.
593588
*/

0 commit comments

Comments
 (0)