diff options
Diffstat (limited to 'rpc_client.c')
-rw-r--r-- | rpc_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc_client.c b/rpc_client.c index 0b13e58..74ea92e 100644 --- a/rpc_client.c +++ b/rpc_client.c @@ -172,7 +172,7 @@ static size_t pkey_get_public_key_len(const hal_rpc_pkey_handle_t pkey) } static hal_error_t pkey_get_public_key(const hal_rpc_pkey_handle_t pkey, - uint8_t *der, size_t *der_len, const size_t der_len_max) + uint8_t *der, size_t *der_len, const size_t der_max) { return HAL_ERROR_IMPOSSIBLE; } |