Skip to content

Commit bad0e50

Browse files
committed
Remove unused variable.
1 parent f37b7bc commit bad0e50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

t/mbedtls.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,7 @@ static void test_retrieve_pubkey_one(char const* key_path, char const* cert_path
360360
ptls_context_t ctx = { 0 };
361361
mbedtls_x509_crt* chain_head = (mbedtls_x509_crt*)malloc(sizeof(mbedtls_x509_crt));
362362
uint8_t pubkey_ref[1024];
363-
uint8_t pubkey_val[1024];
364363
size_t pubkey_ref_len = 0;
365-
size_t pubkey_val_len = 0;
366364

367365
/* Preparation: load the certificate and the private key */
368366
if (chain_head == NULL) {

0 commit comments

Comments
 (0)