Skip to content

Commit

Permalink
extra parentheses removed
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Mali <[email protected]>
  • Loading branch information
bencemali committed May 8, 2024
1 parent 4311e5d commit a97d5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oqsprov/oqsprov_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ static int oqsx_key_recreate_classickey(OQSX_KEY *key, oqsx_key_op_t op)
}
}
} else {
if ((key->numkeys == 2)) { // hybrid key
if (key->numkeys == 2) { // hybrid key
int classical_pubkey_len, classical_privkey_len;
if (!key->evp_info) {
ERR_raise(ERR_LIB_USER, OQSPROV_R_EVPINFO_MISSING);
Expand Down

0 comments on commit a97d5d7

Please sign in to comment.