File: gssapi.asn1

package info (click to toggle)
heimdal 1.6~rc2%2Bdfsg-9
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 34,452 kB
  • sloc: ansic: 323,145; sh: 7,757; makefile: 4,690; yacc: 3,046; perl: 1,933; python: 748; lex: 732; awk: 468; java: 119; asm: 30; lisp: 29
file content (12 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
-- $Id$

GSS-API DEFINITIONS ::= BEGIN

IMPORTS heim_any_set FROM heim;

GSSAPIContextToken ::= [APPLICATION 0] IMPLICIT SEQUENCE {
	thisMech OBJECT IDENTIFIER,
	innerContextToken heim_any_set
}

END