Change x509_cert_check args name

This commit is contained in:
Zhi Guan
2023-02-19 08:22:45 +08:00
parent a58f7db86d
commit dac38a677d

View File

@@ -334,7 +334,7 @@ typedef enum {
X509_cert_crl_sign,
} X509_CERT_TYPE;
int x509_cert_check(const uint8_t *cert, size_t certlen, int cert_type, int *path_len_constraints);
int x509_cert_check(const uint8_t *cert, size_t certlen, int cert_type, int *path_len_constraint);
/*
IssuerAndSerialNumber ::= SEQUENCE {