prefix Der_class with ASN1_C_ to avoid problems with system headerfiles that pollute the name space
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15255 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -116,10 +116,10 @@ loop (unsigned char *buf, size_t len, int indent)
|
||||
buf += sz;
|
||||
len -= sz;
|
||||
|
||||
if (class == CONTEXT) {
|
||||
if (class == ASN1_C_CONTEXT) {
|
||||
printf ("[%d]\n", tag);
|
||||
loop (buf, length, indent);
|
||||
} else if (class == UNIV) {
|
||||
} else if (class == ASN1_C_UNIV) {
|
||||
switch (tag) {
|
||||
case UT_Sequence :
|
||||
printf ("{\n");
|
||||
|
||||
Reference in New Issue
Block a user