add flags for import/export
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7923 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -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.  | ||||
|  * | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund