Skip to content

Commit

Permalink
Update oqsprov/oqs_sig.c
Browse files Browse the repository at this point in the history
Fix typo

Co-authored-by: thomas <[email protected]>
  • Loading branch information
feventura and thomas authored Mar 7, 2024
1 parent 8f8693f commit a001407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oqsprov/oqs_sig.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ static int oqs_sig_sign(void *vpoqs_sigctx, unsigned char *sig, size_t *siglen,
int comp_idx = get_composite_idx(get_oqsalg_idx(nid));
const unsigned char *oid_prefix = composite_OID_prefix[comp_idx - 1];
char *final_tbs;
size_t final_tbslen = COMPOSITE_OID_PREFIRX_LEN / 2;
size_t final_tbslen = COMPOSITE_OID_PREFIX_LEN / 2;
int aux = 0;
unsigned char *tbs_hash;

Expand Down

0 comments on commit a001407

Please sign in to comment.