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:
Love Hörnquist Åstrand
2005-05-29 14:23:01 +00:00
parent 084b3b2d2a
commit 8e78ed6e48
6 changed files with 35 additions and 30 deletions

View File

@@ -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");