summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_process.h
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-07-27 12:38:53 +0200
committerSimo Sorce <simo@redhat.com>2012-08-23 17:11:36 +0200
commit6455b93e424b0999836a590548650c56e25e017f (patch)
treed34c00fc1ca5ddfb43f5418f70504cb0cc3659d9 /proxy/src/gp_rpc_process.h
parent47dd8ad02100990f17fc1d0f866dc71b5e6373c0 (diff)
downloadgss-proxy-6455b93e424b0999836a590548650c56e25e017f.tar.gz
gss-proxy-6455b93e424b0999836a590548650c56e25e017f.tar.xz
gss-proxy-6455b93e424b0999836a590548650c56e25e017f.zip
Implement gp_verify_mic().
Acked-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/src/gp_rpc_process.h')
-rw-r--r--proxy/src/gp_rpc_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_rpc_process.h b/proxy/src/gp_rpc_process.h
index e85cff6..ef76d25 100644
--- a/proxy/src/gp_rpc_process.h
+++ b/proxy/src/gp_rpc_process.h
@@ -57,7 +57,7 @@ int gp_init_sec_context(gp_exec_std_args);
int gp_accept_sec_context(gp_exec_std_args);
int gp_release_handle(gp_exec_std_args);
int gp_get_mic(gp_exec_std_args);
-int gp_verify(gp_exec_std_args);
+int gp_verify_mic(gp_exec_std_args);
int gp_wrap(gp_exec_std_args);
int gp_unwrap(gp_exec_std_args);
int gp_wrap_size_limit(gp_exec_std_args);