[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Oct 13 11:41:05 UTC 2016


The branch master has been updated
       via  32804b04b8f3c889beebb6e63e14cc3ea4d8273c (commit)
      from  38be1ea85515a34b3f7285134bdfc1f88082331b (commit)


- Log -----------------------------------------------------------------
commit 32804b04b8f3c889beebb6e63e14cc3ea4d8273c
Author: FdaSilvaYY <fdasilvayy at gmail.com>
Date:   Tue Oct 11 23:52:09 2016 +0200

    Fix copy-paste test labels
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 test/recipes/80-test_ca.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t
index f4c01d5..28a090e 100644
--- a/test/recipes/80-test_ca.t
+++ b/test/recipes/80-test_ca.t
@@ -32,7 +32,7 @@ plan tests => 4;
      $ENV{OPENSSL_CONFIG} = '-config "'.srctop_file("test", "Uss.cnf").'"';
      skip "failed creating new certificate request", 2
 	 if !ok(run(perlapp(["CA.pl","-newreq"])),
-		'creating CA structure');
+		'creating certificate request');
 
      $ENV{OPENSSL_CONFIG} = '-config "'.$std_openssl_cnf.'"';
      skip "failed to sign certificate request", 1
@@ -40,7 +40,7 @@ plan tests => 4;
 		'signing certificate request');
 
      ok(run(perlapp(["CA.pl", "-verify", "newcert.pem"])),
-	'verifying new certificate');
+        'verifying new certificate');
 }
 
 


More information about the openssl-commits mailing list