commit | 1022fed36e0120d9a9b876226427049888e0cd69 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 27 16:30:47 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 27 16:34:42 2015 +0100 |
tree | 1a7d0f7d216207ad6dfd5261e05c99da56bfb933 | |
parent | a252af760f35f63da49ba24c58d60224d2a26793 [diff] [blame] |
Remove redundant sig_oid2 in x509 structures
diff --git a/include/mbedtls/x509_crl.h b/include/mbedtls/x509_crl.h index 6f4b65d..28507a5 100644 --- a/include/mbedtls/x509_crl.h +++ b/include/mbedtls/x509_crl.h
@@ -73,7 +73,7 @@ x509_buf tbs; /**< The raw certificate body (DER). The part that is To Be Signed. */ int version; /**< CRL version (1=v1, 2=v2) */ - x509_buf sig_oid1; + x509_buf sig_oid; /**< CRL signature type identifier */ x509_buf issuer_raw; /**< The raw issuer data (DER). */