[Help-gnutls] [patch] Fix typo in test case for dn.c
Brad Hards
bradh at frogmouth.net
Wed Jul 15 13:13:51 CEST 2009
This one is trivial.
Brad
-------------- next part --------------
commit 21dae841545ce7d966f754a6b39577161510ea92
Author: Brad Hards <bradh at frogmouth.net>
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);
More information about the Gnutls-help
mailing list