Merge branch 'master' into lukeh/moonshot
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
#include "mech_locl.h"
|
||||
|
||||
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
|
||||
gss_decapsulate_token(const gss_buffer_t input_token,
|
||||
const gss_OID oid,
|
||||
gss_decapsulate_token(gss_const_buffer_t input_token,
|
||||
gss_const_OID oid,
|
||||
gss_buffer_t output_token)
|
||||
{
|
||||
GSSAPIContextToken ct;
|
||||
|
@@ -34,8 +34,8 @@
|
||||
#include "mech_locl.h"
|
||||
|
||||
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
|
||||
gss_encapsulate_token(const gss_buffer_t input_token,
|
||||
const gss_OID oid,
|
||||
gss_encapsulate_token(gss_const_buffer_t input_token,
|
||||
gss_const_OID oid,
|
||||
gss_buffer_t output_token)
|
||||
{
|
||||
GSSAPIContextToken ct;
|
||||
|
Reference in New Issue
Block a user