diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-12-14 18:26:22 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-12-14 18:26:22 +0000 |
| commit | e1772c824f6bd353311dab839c7f985a86004cb4 (patch) | |
| tree | 0a637803d08444b8209db762384561d759390e32 /src/include | |
| parent | 66163bda83a0e10bf2bdd834863dd7e1c6283355 (diff) | |
| download | krb5-e1772c824f6bd353311dab839c7f985a86004cb4.tar.gz krb5-e1772c824f6bd353311dab839c7f985a86004cb4.tar.xz krb5-e1772c824f6bd353311dab839c7f985a86004cb4.zip | |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1553 dc483132-0cff-0310-8789-dd5450dbe970
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 0000000000..a9898ca617 --- /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__ */ |
