Add IS_DCE_STYLE macro.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18935 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -56,6 +56,7 @@ struct gss_msg_order;
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
struct krb5_auth_context_data *auth_context;
|
struct krb5_auth_context_data *auth_context;
|
||||||
krb5_principal source, target;
|
krb5_principal source, target;
|
||||||
|
#define IS_DCE_STYLE(ctx) (((ctx)->flags & GSS_C_DCE_STYLE) != 0)
|
||||||
OM_uint32 flags;
|
OM_uint32 flags;
|
||||||
enum { LOCAL = 1, OPEN = 2,
|
enum { LOCAL = 1, OPEN = 2,
|
||||||
COMPAT_OLD_DES3 = 4,
|
COMPAT_OLD_DES3 = 4,
|
||||||
|
Reference in New Issue
Block a user