File: gssapi.asn1

package info (click to toggle)
heimdal 7.8.git20221117.28daf24%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 37,376 kB
  • sloc: ansic: 363,963; sh: 7,672; javascript: 6,382; makefile: 4,567; perl: 1,936; yacc: 1,786; lex: 732; python: 725; awk: 468; java: 119; asm: 30
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