pkcs7: do not store content type OID
Since only one content type (signed data) is supported, storing the content type just wastes memory. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
parent
512818b1d2
commit
aaf3c0028d
2 changed files with 28 additions and 28 deletions
|
@ -165,7 +165,6 @@ mbedtls_pkcs7_signed_data;
|
|||
*/
|
||||
typedef struct mbedtls_pkcs7 {
|
||||
mbedtls_pkcs7_buf MBEDTLS_PRIVATE(raw);
|
||||
mbedtls_pkcs7_buf MBEDTLS_PRIVATE(content_type_oid);
|
||||
mbedtls_pkcs7_signed_data MBEDTLS_PRIVATE(signed_data);
|
||||
}
|
||||
mbedtls_pkcs7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue