commit | 53c642504ee4f5363e6398062beeff48c43876f8 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Sep 12 05:39:46 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Sep 12 11:57:02 2013 +0200 |
tree | 40ad9c423e0d1f53013c1fbf85a3273d0a68068d | |
parent | f38e71afd516ca5e3def416015ec73d18c18b746 [diff] [blame] |
Use PK internally for x509write_crt
diff --git a/include/polarssl/x509write.h b/include/polarssl/x509write.h index 40db9e7..3aa76c6 100644 --- a/include/polarssl/x509write.h +++ b/include/polarssl/x509write.h
@@ -86,8 +86,8 @@ { int version; mpi serial; - rsa_context *subject_key; - rsa_context *issuer_key; + pk_context *subject_key; + pk_context *issuer_key; asn1_named_data *subject; asn1_named_data *issuer; md_type_t md_alg;