mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Changes x509_csr to x509write_csr
This commit is contained in:
parent
5f45e62afe
commit
cd35803684
4 changed files with 30 additions and 28 deletions
|
|
@ -60,7 +60,7 @@ struct options
|
|||
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 @@ int main( int argc, char *argv[] )
|
|||
char buf[1024];
|
||||
int i, j, n;
|
||||
char *p, *q, *r;
|
||||
x509_csr req;
|
||||
x509write_csr req;
|
||||
|
||||
/*
|
||||
* Set to sane values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue