Changes x509_csr to x509write_csr
diff --git a/programs/x509/cert_req.c b/programs/x509/cert_req.c
index 384ef08..17a969a 100644
--- a/programs/x509/cert_req.c
+++ b/programs/x509/cert_req.c
@@ -60,7 +60,7 @@
unsigned char ns_cert_type; /* NS cert type */
} opt;
-int write_certificate_request( x509_csr *req, char *output_file )
+int write_certificate_request( x509write_csr *req, char *output_file )
{
int ret;
FILE *f;
@@ -130,7 +130,7 @@
char buf[1024];
int i, j, n;
char *p, *q, *r;
- x509_csr req;
+ x509write_csr req;
/*
* Set to sane values