prefix typedef\'s and structs with heim_

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12438 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-15 13:57:32 +00:00
parent 72c26c7cce
commit 939b444ca3
10 changed files with 77 additions and 75 deletions

View File

@@ -138,7 +138,7 @@ loop (unsigned char *buf, size_t len, int indent)
break;
}
case UT_OctetString : {
octet_string str;
heim_octet_string str;
int i;
unsigned char *uc;
@@ -155,7 +155,7 @@ loop (unsigned char *buf, size_t len, int indent)
}
case UT_GeneralizedTime :
case UT_GeneralString : {
general_string str;
heim_general_string str;
ret = der_get_general_string (buf, length, &str, NULL);
if (ret)
@@ -166,7 +166,7 @@ loop (unsigned char *buf, size_t len, int indent)
break;
}
case UT_OID: {
oid o;
heim_oid o;
int i;
ret = der_get_oid(buf, length, &o, NULL);