Files
heimdal/lib/gssapi/mech/gssapi.asn1
Love Hörnquist Åstrand 851d77fd56 Make it into a heim_any_set, its doesn't except a tag.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18565 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-18 21:08:19 +00:00

12 lines
199 B
Groff

-- $Id$
GSS-API DEFINITIONS ::= BEGIN
IMPORTS heim_any_set FROM heim;
GSSAPIContextToken ::= [APPLICATION 0] IMPLICIT SEQUENCE {
thisMech OBJECT IDENTIFIER,
innerContextToken heim_any_set
}
END