Skip to content

Commit

Permalink
keymgmt: Remove already added function from the todo
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Oct 3, 2023
1 parent 309b990 commit 7988fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keymgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ const OSSL_DISPATCH p11prov_ed25519_keymgmt_functions[] = {
DISPATCH_KEYMGMT_ELEM(ed, GETTABLE_PARAMS, gettable_params),
DISPATCH_KEYMGMT_ELEM(ed, SET_PARAMS, set_params),
DISPATCH_KEYMGMT_ELEM(ed, SETTABLE_PARAMS, settable_params),
/* TODO: match, validate, dup? */
/* TODO: validate, dup? */
{ 0, NULL },
};

Expand All @@ -1863,7 +1863,7 @@ const OSSL_DISPATCH p11prov_ed448_keymgmt_functions[] = {
DISPATCH_KEYMGMT_ELEM(ed, GETTABLE_PARAMS, gettable_params),
DISPATCH_KEYMGMT_ELEM(ed, SET_PARAMS, set_params),
DISPATCH_KEYMGMT_ELEM(ed, SETTABLE_PARAMS, settable_params),
/* TODO: match, validate, dup? */
/* TODO: validate, dup? */
{ 0, NULL },
};

Expand Down

0 comments on commit 7988fa0

Please sign in to comment.