diff options
Diffstat (limited to 'p11-kit/remote.h')
-rw-r--r-- | p11-kit/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/remote.h b/p11-kit/remote.h index a3d4fe2..c5a94a1 100644 --- a/p11-kit/remote.h +++ b/p11-kit/remote.h @@ -58,7 +58,7 @@ int p11_kit_remote_serve_token (CK_FUNCTION_LIST *module, int p11_kit_remote_serve_tokens (const char **tokens, size_t n_tokens, - CK_FUNCTION_LIST *module, + CK_FUNCTION_LIST *provider, int in_fd, int out_fd); |