mirror of
https://github.com/samba-team/samba.git
synced 2025-06-21 03:17:08 +03:00
This is based on f56a3b1846c7d462542f2e9527f4d0ed8a34748d in my heimdal-wip repo. metze (This used to be commit 467a1f2163a63cdf1a4c83a69473db50e8794f53)
12 lines
199 B
Groff
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 |