mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 03:40:04 +00:00
Remove redundant variable
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
8e83d3aaa9
commit
f40de93b1a
@ -89,7 +89,6 @@ int mbedtls_x509write_csr_set_subject_alternative_name(mbedtls_x509write_csr *ct
|
||||
const mbedtls_x509_san_list *san_list)
|
||||
{
|
||||
int ret = 0;
|
||||
size_t sandeep = 0;
|
||||
const mbedtls_x509_san_list *cur = san_list;
|
||||
unsigned char *buf;
|
||||
unsigned char *p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user