[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Mon Mar 21 10:17:42 UTC 2016


The branch master has been updated
       via  d8292af423bffad00610ebe02d7a8868c7f95dfd (commit)
      from  c75065e1ea4d4597a11f6bbe1e00e9e9f77e94aa (commit)


- Log -----------------------------------------------------------------
commit d8292af423bffad00610ebe02d7a8868c7f95dfd
Author: Andy Polyakov <appro at openssl.org>
Date:   Wed Mar 16 14:29:16 2016 +0100

    config: fix off-by-centimeter-to-the-right typo.
    
    Reviewed-by: Viktor Dukhovni <viktor at openssl.org>

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

Summary of changes:
 config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config b/config
index 21c867f..22fb57a 100755
--- a/config
+++ b/config
@@ -770,7 +770,7 @@ case "$GUESSOS" in
 	     # PA-RISC 2.0 is no longer supported as separate 32-bit
 	     # target. This is compensated for by run-time detection
 	     # in most critical assembly modules and taking advantage
-	     # of 2.0 architectire in PA-RISC 1.1 build.
+	     # of 2.0 architecture in PA-RISC 1.1 build.
 	     OUT="hpux-parisc1_1-${CC}"
 	elif [ $CPU_VERSION -ge 528 ]; then	# PA-RISC 1.1+ CPU
 	     OUT="hpux-parisc1_1-${CC}"


More information about the openssl-commits mailing list