From e1772c824f6bd353311dab839c7f985a86004cb4 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 14 Dec 1990 18:26:22 +0000 Subject: *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1553 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/safepriv.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/include/krb5/safepriv.h (limited to 'src/include') diff --git a/src/include/krb5/safepriv.h b/src/include/krb5/safepriv.h new file mode 100644 index 000000000..a9898ca61 --- /dev/null +++ b/src/include/krb5/safepriv.h @@ -0,0 +1,25 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1990 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * . + * + * #defines for SAFE and PRIV message options. + */ + +#include + +#ifndef KRB5_SAFE_PRIV__ +#define KRB5_SAFE_PRIV__ + +#define KRB5_SAFE_NOTIME 0x1 +#define KRB5_SAFE_DOSEQUENCE 0x2 + +#define KRB5_PRIV_NOTIME 0x1 +#define KRB5_PRIV_DOSEQUENCE 0x2 + +#endif /* KRB5_SAFE_PRIV__ */ -- cgit