aboutsummaryrefslogtreecommitdiff
path: root/hal_internal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-07-07 16:48:23 -0400
committerRob Austein <sra@hactrn.net>2016-07-07 16:48:23 -0400
commitdb595b9c0c69c0dc43aeb78ecc16f8e3f6f058f3 (patch)
tree78cfcad1d65afd9db1e1b244edfafd3df9b49a4f /hal_internal.h
parentc5bbdc94037efa5050ad32454509bc1c366c288f (diff)
Drop RPC response message if the opcode doesn't match what we sent.
Diffstat (limited to 'hal_internal.h')
-rw-r--r--hal_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hal_internal.h b/hal_internal.h
index 129dc31..1c06494 100644
--- a/hal_internal.h
+++ b/hal_internal.h
@@ -432,8 +432,8 @@ typedef enum {
RPC_FUNC_PKEY_GET_KEY_FLAGS,
RPC_FUNC_PKEY_GET_PUBLIC_KEY_LEN,
RPC_FUNC_PKEY_GET_PUBLIC_KEY,
- RPC_FUNC_PKEY_REMOTE_SIGN,
- RPC_FUNC_PKEY_REMOTE_VERIFY,
+ RPC_FUNC_PKEY_SIGN,
+ RPC_FUNC_PKEY_VERIFY,
RPC_FUNC_PKEY_LIST,
RPC_FUNC_PKEY_RENAME,
} rpc_func_num_t;