summaryrefslogtreecommitdiff
path: root/crypto/heimdal/lib/gssapi/gssapi_locl.h
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-02-24 11:19:29 +0000
committerMark Murray <markm@FreeBSD.org>2000-02-24 11:19:29 +0000
commit283d988c23f8139afa6b31adef1909ddb9d0e4df (patch)
treec822a9ebecac015f7f6b7d1422b50d0c490791e7 /crypto/heimdal/lib/gssapi/gssapi_locl.h
parent13e3f4d6d9d9c48a270a1a18a92e57a56f0a7059 (diff)
Notes
Diffstat (limited to 'crypto/heimdal/lib/gssapi/gssapi_locl.h')
-rw-r--r--crypto/heimdal/lib/gssapi/gssapi_locl.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/gssapi/gssapi_locl.h b/crypto/heimdal/lib/gssapi/gssapi_locl.h
index f488a2004046..53f9cdc8b250 100644
--- a/crypto/heimdal/lib/gssapi/gssapi_locl.h
+++ b/crypto/heimdal/lib/gssapi/gssapi_locl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-/* $Id: gssapi_locl.h,v 1.11 1999/12/02 17:05:03 joda Exp $ */
+/* $Id: gssapi_locl.h,v 1.12 2000/02/12 21:26:26 assar Exp $ */
#ifndef GSSAPI_LOCL_H
#define GSSAPI_LOCL_H
@@ -86,4 +86,12 @@ OM_uint32
gss_krb5_getsomekey(const gss_ctx_id_t context_handle,
des_cblock *key);
+/* sec_context flags */
+
+#define SC_LOCAL_ADDRESS 0x01
+#define SC_REMOTE_ADDRESS 0x02
+#define SC_KEYBLOCK 0x04
+#define SC_LOCAL_SUBKEY 0x08
+#define SC_REMOTE_SUBKEY 0x10
+
#endif