mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Remove redundant variable
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user