source:
heimdal/trunk/lib/gssapi/mech/gssapi.asn1
Last change on this file was 1, checked in by , 10 years ago | |
---|---|
File size: 199 bytes |
Line | |
---|---|
1 | -- $Id$ |
2 | |
3 | GSS-API DEFINITIONS ::= BEGIN |
4 | |
5 | IMPORTS heim_any_set FROM heim; |
6 | |
7 | GSSAPIContextToken ::= [APPLICATION 0] IMPLICIT SEQUENCE { |
8 | thisMech OBJECT IDENTIFIER, |
9 | innerContextToken heim_any_set |
10 | } |
11 | |
12 | END |
Note:
See TracBrowser
for help on using the repository browser.