From db595b9c0c69c0dc43aeb78ecc16f8e3f6f058f3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 7 Jul 2016 16:48:23 -0400 Subject: Drop RPC response message if the opcode doesn't match what we sent. --- hal_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hal_internal.h') 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; -- cgit v1.2.3