Skip to content

Commit 59c1d8b

Browse files
committed
remove comment
1 parent 6b1361a commit 59c1d8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/crypto_module/src/crypto_module_1.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ enum crypto_return_status crypto_calculate_hmac(const uint8_t * message, int len
6262
if (third_party_library_calc_hmac(message, len, &(current_key.key), current_nonce->nonce, hmac->hmac) == 0) {
6363
//Delete nonce to make sure it is only used once
6464
free(current_nonce);
65-
//current_nonce = 0;
6665
return hmac_successfully_calculated;
6766
}
6867
}

0 commit comments

Comments
 (0)