expose print_cert_subject internally

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16990 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-03 15:24:58 +00:00
parent ae6e238600
commit 86f05f039c

View File

@@ -140,13 +140,13 @@ _hx509_get_cert(hx509_cert cert)
return cert->data;
}
#if 0
/*
*
*/
static void
print_cert_subject(hx509_cert cert)
#if 0
void
_hx509_print_cert_subject(hx509_cert cert)
{
char *subject_name;
hx509_name name;
@@ -1313,7 +1313,7 @@ hx509_verify_path(hx509_context context,
#if 0
for (i = path.len - 1; i >= 0; i--) {
print_cert_subject(path.val[i]);
_hx509_print_cert_subject(path.val[i]);
}
#endif