Skip to content

Commit

Permalink
correct generate output files
Browse files Browse the repository at this point in the history
  • Loading branch information
feventura committed Mar 1, 2024
1 parent a4e5775 commit 6e08171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oqsprov/oqsprov.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extern OSSL_FUNC_provider_get_capabilities_fn oqs_provider_get_capabilities;
///// OQS_TEMPLATE_FRAGMENT_ASSIGN_SIG_OIDS_START

#ifdef OQS_KEM_ENCODERS
# define OQS_OID_CNT 196
# define OQS_OID_CNT 198
#else
# define OQS_OID_CNT 92
#endif
Expand Down
2 changes: 1 addition & 1 deletion oqsprov/oqsprov_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static int oqsx_key_recreate_classickey(OQSX_KEY *key, oqsx_key_op_t op);
///// OQS_TEMPLATE_FRAGMENT_OQSNAMES_START

#ifdef OQS_KEM_ENCODERS
# define NID_TABLE_LEN 98
# define NID_TABLE_LEN 99
#else
# define NID_TABLE_LEN 46
#endif
Expand Down

0 comments on commit 6e08171

Please sign in to comment.