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;