summaryrefslogtreecommitdiffstats
path: root/proxy/src/client/gssapi_gpm.h
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-07-27 22:11:39 +0200
committerSimo Sorce <simo@redhat.com>2012-08-28 08:25:08 +0200
commitb856e3501d1c25f48db69826ba09c996445d75d0 (patch)
treecbfa3cf0cae7be4ac1f1ffaff1b65eb23c0dbfa0 /proxy/src/client/gssapi_gpm.h
parentbb778a5e93df93606597c4e8feaab1b817566a3f (diff)
downloadgss-proxy-b856e3501d1c25f48db69826ba09c996445d75d0.tar.gz
gss-proxy-b856e3501d1c25f48db69826ba09c996445d75d0.tar.xz
gss-proxy-b856e3501d1c25f48db69826ba09c996445d75d0.zip
Implement gpm_verify_mic().
Diffstat (limited to 'proxy/src/client/gssapi_gpm.h')
-rw-r--r--proxy/src/client/gssapi_gpm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proxy/src/client/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h
index f67d5ea..2747663 100644
--- a/proxy/src/client/gssapi_gpm.h
+++ b/proxy/src/client/gssapi_gpm.h
@@ -191,5 +191,10 @@ OM_uint32 gpm_get_mic(OM_uint32 *minor_status,
gss_qop_t qop_req,
gss_buffer_t message_buffer,
gss_buffer_t message_token);
+OM_uint32 gpm_verify_mic(OM_uint32 *minor_status,
+ gssx_ctx *context_handle,
+ gss_buffer_t message_buffer,
+ gss_buffer_t message_token,
+ gss_qop_t *qop_state);
#endif /* _GSSAPI_GPM_H_ */