diff options
author | Andy Polyakov <appro@openssl.org> | 2016-06-26 19:08:51 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2016-06-27 10:12:23 +0200 |
commit | 0b919cc5d5832ddcc041440b279e27fcfcb01282 (patch) | |
tree | 83ea49c0ce1558d420a62df6dfbcc5ae9995a9ec /Configurations | |
parent | 5fc77684f1bfa87d0cf9f7a84de92550fa854a84 (diff) |
Configurations/10-main.conf: fix PA-RISC commentary.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/10-main.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 86dd4116c8..e28fb12b59 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@fy.chalmers.se> "hpux-parisc-gcc" => { inherit_from => [ "BASE_unix" ], |