(gsskrb5_get_subkey): return the per message token subkey

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18929 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-07 14:41:35 +00:00
parent 439286c150
commit b38b62d51a

View File

@@ -680,6 +680,6 @@ gsskrb5_get_subkey(OM_uint32 *minor_status,
{
return gsskrb5_extract_key(minor_status,
context_handle,
GSS_KRB5_GET_ACCEPTOR_SUBKEY_X,
GSS_KRB5_GET_SUBKEY_X,
keyblock);
}