This one is trivial.
Brad
commit 21dae841545ce7d966f754a6b39577161510ea92
Author: Brad Hards <[email protected]>
Date: Wed Jul 15 21:11:20 2009 +1000
Typo fix in test output.
diff --git a/tests/dn.c b/tests/dn.c
index abae077..c47b04c 100644
--- a/tests/dn.c
+++ b/tests/dn.c
@@ -107,7 +107,7 @@ doit (void)
ret = gnutls_x509_crt_get_issuer (cert, &xdn);
if (ret < 0)
- fail ("get_subject %d\n", ret);
+ fail ("get_issuer %d\n", ret);
printf ("Issuer:\n");
print_dn (xdn);
_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls