[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Feb 9 16:06:03 UTC 2016


The branch master has been updated
       via  5e355e0cff4cb921b0748c352d6aef8bf9346f25 (commit)
      from  32eabe3472339b364f23acdcceccf74bcf518953 (commit)


- Log -----------------------------------------------------------------
commit 5e355e0cff4cb921b0748c352d6aef8bf9346f25
Author: Quanah Gibson-Mount <quanah at zimbra.com>
Date:   Mon Feb 8 14:59:33 2016 -0600

    GH645: Fix typo: ctificates -> certificates
    
    Reviewed-by: Kurt Roeckx <kurt at openssl.org>
    Signed-off-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 test/CAss.cnf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/CAss.cnf b/test/CAss.cnf
index b4a7030..336e82f 100644
--- a/test/CAss.cnf
+++ b/test/CAss.cnf
@@ -36,7 +36,7 @@ certs		= $dir/certs		# Where the issued certs are kept
 crl_dir		= $dir/crl		# Where the issued crl are kept
 database	= $dir/index.txt	# database index file.
 #unique_subject	= no			# Set to 'no' to allow creation of
-					# several ctificates with same subject.
+					# several certificates with same subject.
 new_certs_dir	= $dir/newcerts		# default place for new certs.
 
 certificate	= $dir/cacert.pem 	# The CA certificate


More information about the openssl-commits mailing list