wmi-1.3.16 from opsview.com

This commit is contained in:
Are Casilla
2019-02-16 00:16:52 +01:00
parent 163fdd3d1b
commit 17b3af2911
2146 changed files with 678824 additions and 0 deletions
@@ -0,0 +1,12 @@
-- $Id: gssapi.asn1,v 1.3 2006/10/18 21:08:19 lha Exp $
GSS-API DEFINITIONS ::= BEGIN
IMPORTS heim_any_set FROM heim;
GSSAPIContextToken ::= [APPLICATION 0] IMPLICIT SEQUENCE {
thisMech OBJECT IDENTIFIER,
innerContextToken heim_any_set
}
END