add a flags parameter to the pop context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11047 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -273,6 +273,8 @@ typedef struct { /* POP parameter block */
|
|||||||
#ifdef OTP
|
#ifdef OTP
|
||||||
OtpContext otp_ctx; /* OTP context */
|
OtpContext otp_ctx; /* OTP context */
|
||||||
#endif
|
#endif
|
||||||
|
unsigned int flags;
|
||||||
|
#define POP_FLAG_CAPA 1
|
||||||
} POP;
|
} POP;
|
||||||
|
|
||||||
typedef struct { /* State information for
|
typedef struct { /* State information for
|
||||||
|
Reference in New Issue
Block a user