diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/safepriv.h | 25 |
1 files changed, 25 insertions, 0 deletions
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 + * <krb5/copyright.h>. + * + * #defines for SAFE and PRIV message options. + */ + +#include <krb5/copyright.h> + +#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__ */ |
