source: heimdal/trunk/lib/gssapi/mech/gssapi.asn1

Last change on this file was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 199 bytes
Line 
1-- $Id$
2
3GSS-API DEFINITIONS ::= BEGIN
4
5IMPORTS heim_any_set FROM heim;
6
7GSSAPIContextToken ::= [APPLICATION 0] IMPLICIT SEQUENCE {
8 thisMech OBJECT IDENTIFIER,
9 innerContextToken heim_any_set
10}
11
12END
Note: See TracBrowser for help on using the repository browser.