Skip to content

Commit

Permalink
Revert change back
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 29, 2024
1 parent 9dd9afc commit b42bfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkcs11/util_pkcs11.c
Original file line number Diff line number Diff line change
Expand Up @@ -6092,15 +6092,15 @@ bool match_meta_attributes(yubihsm_pkcs11_session *session,
return true;
}


#ifndef FUZZING
static void increment_ctr(uint8_t *ctr, size_t len) {
while (len > 0) {
if (++ctr[--len]) {
break;
}
}
}

#endif

CK_RV ecdh_with_kdf(ecdh_session_key *shared_secret, uint8_t *fixed_info,
size_t fixed_len, CK_ULONG kdf, size_t value_len) {
Expand Down

0 comments on commit b42bfcb

Please sign in to comment.