Skip to content

Commit c630961

Browse files
author
roman
committed
session mbedtls REFACTOR remove unused variables
1 parent 2c17572 commit c630961

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/session_mbedtls.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,14 +1705,10 @@ nc_server_tls_get_crl_distpoint_uris_wrap(void *cert_store, char ***uris, int *u
17051705
{
17061706
int ret = 0;
17071707
mbedtls_x509_crt *cert;
1708-
unsigned char *p, *end_v3_ext, *end_ext, *end_ext_octet, *end_crl_dist_points;
1708+
unsigned char *p, *end_v3_ext, *end_ext, *end_ext_octet;
17091709
size_t len;
17101710
mbedtls_x509_buf ext_oid = {0};
17111711
int is_critical = 0;
1712-
mbedtls_x509_sequence general_names = {0};
1713-
mbedtls_x509_sequence *iter = NULL;
1714-
mbedtls_x509_subject_alternative_name san = {0};
1715-
void *tmp;
17161712

17171713
NC_CHECK_ARG_RET(NULL, cert_store, uris, uri_count, 1);
17181714

0 commit comments

Comments
 (0)