Skip to content

Commit

Permalink
Update oqsprov/oqsprov.c
Browse files Browse the repository at this point in the history
Co-authored-by: thomas <[email protected]>
  • Loading branch information
feventura and thomas authored Mar 7, 2024
1 parent 88a9018 commit fb110ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oqsprov/oqsprov.c
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ int get_composite_idx(int idx)
int i, len, count = 0;

s = oqs_oid_alg_list[idx * 2];
len = strlen(oqs_oid_alg_list[idx * 2]);
len = strlen(s);

for (i = 0; i < len; i++) {
if (s[i] == '.') {
Expand Down

0 comments on commit fb110ef

Please sign in to comment.