summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/popper/popper.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/popper/popper.h')
-rw-r--r--crypto/heimdal/appl/popper/popper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/heimdal/appl/popper/popper.h b/crypto/heimdal/appl/popper/popper.h
index 06a2684..7eac257 100644
--- a/crypto/heimdal/appl/popper/popper.h
+++ b/crypto/heimdal/appl/popper/popper.h
@@ -8,7 +8,7 @@
*
*/
-/* $Id: popper.h,v 1.50 2001/09/10 11:56:34 joda Exp $ */
+/* $Id: popper.h,v 1.51 2002/07/04 13:56:12 joda Exp $ */
/*
* Header file for the POP programs
@@ -273,6 +273,8 @@ typedef struct { /* POP parameter block */
#ifdef OTP
OtpContext otp_ctx; /* OTP context */
#endif
+ unsigned int flags;
+#define POP_FLAG_CAPA 1
} POP;
typedef struct { /* State information for
OpenPOWER on IntegriCloud