]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/c-lib/tbl.h.patch
Security-54.1.3.tar.gz
[apple/security.git] / SecuritySNACCRuntime / c-lib / tbl.h.patch
1 *** tbl.h Wed Feb 5 17:37:16 1997
2 --- boot/tbl.h Wed Jul 19 16:58:58 1995
3 ***************
4 *** 82,87 ****
5 --- 82,88 ----
6 {
7 TBLTypeDefId typeDef; /* TBLTypeDefId */
8 AsnBool implicit; /* BOOLEAN */
9 + struct TBLTypeDef *typeDefPtr; /* Added by MS to hold resolved index */
10 } TBLTypeRef;
11
12 AsnLen BEncTBLTypeRefContent PROTO ((BUF_TYPE b, TBLTypeRef *v));
13 ***************
14 *** 100,105 ****
15 --- 101,108 ----
16 {
17 TBLTagClass tclass; /* TBLTagClass */
18 AsnInt code; /* INTEGER (0..MAX) */
19 + BER_FORM form; /* added by MS to simplify enc/dec */
20 + AsnTag encTag; /* added by MS to simplify enc/dec */
21 } TBLTag;
22
23 AsnLen BEncTBLTagContent PROTO ((BUF_TYPE b, TBLTag *v));