[patch] Fix typo in test case for dn.c

View: New views
2 Messages — Rating Filter:   Alert me  

[patch] Fix typo in test case for dn.c

by Bugzilla from bradh@frogmouth.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This one is trivial.

Brad

commit 21dae841545ce7d966f754a6b39577161510ea92
Author: Brad Hards <bradh@...>
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
Help-gnutls@...
http://lists.gnu.org/mailman/listinfo/help-gnutls

Re: [patch] Fix typo in test case for dn.c

by Nikos Mavrogiannopoulos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brad Hards wrote:
> This one is trivial.

Thank you. Applied.


_______________________________________________
Help-gnutls mailing list
Help-gnutls@...
http://lists.gnu.org/mailman/listinfo/help-gnutls