]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Typo fix in test output. Patch by Brad Hards <bradh@frogmouth.net>
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 15 Jul 2009 21:04:13 +0000 (00:04 +0300)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 15 Jul 2009 21:08:02 +0000 (00:08 +0300)
tests/dn.c

index abae0776654f8b15e42afb8b76a279b993134029..c47b04c8e6ee8d75fb1675f1d6a4f5204e70f68c 100644 (file)
@@ -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);