1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Changes x509_csr to x509write_csr

This commit is contained in:
Paul Bakker
2013-09-09 12:08:11 +02:00
parent 5f45e62afe
commit cd35803684
4 changed files with 30 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ void x509_csr_check( char *key_file, int md_type,
{
rsa_context rsa;
pem_context pem;
x509_csr req;
x509write_csr req;
unsigned char *c;
unsigned char buf[4000];
unsigned char check_buf[4000];