From dac38a677dd066c74360987754b427320358cbe5 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Sun, 19 Feb 2023 08:22:45 +0800 Subject: [PATCH] Change x509_cert_check args name --- include/gmssl/x509_cer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gmssl/x509_cer.h b/include/gmssl/x509_cer.h index 49400858..f8d3857f 100644 --- a/include/gmssl/x509_cer.h +++ b/include/gmssl/x509_cer.h @@ -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 {