Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed May 21, 2024
1 parent f37b7bc commit bad0e50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,7 @@ static void test_retrieve_pubkey_one(char const* key_path, char const* cert_path
ptls_context_t ctx = { 0 };
mbedtls_x509_crt* chain_head = (mbedtls_x509_crt*)malloc(sizeof(mbedtls_x509_crt));
uint8_t pubkey_ref[1024];
uint8_t pubkey_val[1024];
size_t pubkey_ref_len = 0;
size_t pubkey_val_len = 0;

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

0 comments on commit bad0e50

Please sign in to comment.