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
This commit is contained in:
Love Hörnquist Åstrand
2006-10-18 21:08:19 +00:00
parent 0cf382f9e8
commit 851d77fd56

View File

@@ -2,11 +2,11 @@
GSS-API DEFINITIONS ::= BEGIN
IMPORTS heim_any FROM heim;
IMPORTS heim_any_set FROM heim;
GSSAPIContextToken ::= [APPLICATION 0] IMPLICIT SEQUENCE {
thisMech OBJECT IDENTIFIER,
innerContextToken heim_any
innerContextToken heim_any_set
}
END