]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/heimdal/lib/gssapi/mech/gssapi.asn1
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / crypto / heimdal / lib / gssapi / mech / gssapi.asn1
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