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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user