Remove redundant variable
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
8e83d3aaa9
commit
f40de93b1a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue