summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyctl.c b/keyctl.c
index 6db0032..362d695 100644
--- a/keyctl.c
+++ b/keyctl.c
@@ -84,9 +84,9 @@ static const struct command commands[] = {
{ act_keyctl_dh_compute, "dh_compute", "<private> <prime> <base>" },
{ act_keyctl_dh_compute_kdf, "dh_compute_kdf", "<private> <prime> <base> <len> <hash_name>" },
{ act_keyctl_dh_compute_kdf_oi, "dh_compute_kdf_oi", "<private> <prime> <base> <len> <hash_name>" },
+ { act_keyctl_get_persistent, "get_persistent", "<keyring> [<uid>]" },
{ act_keyctl_instantiate, "instantiate","<key> <data> <keyring>" },
{ act_keyctl_invalidate,"invalidate", "<key>" },
- { act_keyctl_get_persistent, "get_persistent", "<keyring> [<uid>]" },
{ act_keyctl_link, "link", "<key> <keyring>" },
{ act_keyctl_list, "list", "<keyring>" },
{ act_keyctl_move, "move", "[-f] <key> <from_keyring> <to_keyring>" },