[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Mon Jun 27 08:13:15 UTC 2016


The branch master has been updated
       via  0b919cc5d5832ddcc041440b279e27fcfcb01282 (commit)
      from  5fc77684f1bfa87d0cf9f7a84de92550fa854a84 (commit)


- Log -----------------------------------------------------------------
commit 0b919cc5d5832ddcc041440b279e27fcfcb01282
Author: Andy Polyakov <appro at openssl.org>
Date:   Sun Jun 26 19:08:51 2016 +0200

    Configurations/10-main.conf: fix PA-RISC commentary.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 Configurations/10-main.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 86dd411..e28fb12 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -399,9 +399,9 @@ sub vms_info {
 #   crypto/sha/sha_lcl.h.
 # - originally there were 32-bit hpux-parisc2-* targets. They were
 #   scrapped, because a) they were not interchangeable with other 32-bit
-#   targets; a) when critical 32-bit assembly modules detect if they
-#   are executed on PA-RISC 2.0 and thus adequate performance is
-#   provided. 
+#   targets; b) performance-critical 32-bit assembly modules implement
+#   even PA-RISC 2.0-specific code paths, which are chosen at run-time,
+#   thus adequate performance is provided even with PA-RISC 1.1 build.
 #					<appro at fy.chalmers.se>
     "hpux-parisc-gcc" => {
         inherit_from     => [ "BASE_unix" ],


More information about the openssl-commits mailing list