aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-21 20:20:15 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-21 20:20:15 +0100
commit52d86d9b8da9916acf337126a9ced850cb5ab2d3 (patch)
treef9eb42c08f534acfe61228ac20932a496a8d8b02 /Configurations
parent149bd5d6cb3936480e64549902f058153eaf840b (diff)
downloadopenssl-52d86d9b8da9916acf337126a9ced850cb5ab2d3.zip
openssl-52d86d9b8da9916acf337126a9ced850cb5ab2d3.tar.gz
openssl-52d86d9b8da9916acf337126a9ced850cb5ab2d3.tar.bz2
Downcase VMS config names
On VMS, we downcase option names, which means that config names are downcased as well, so they need to be downcased in the target table to be found. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index a6efb57..fb31614 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1727,12 +1727,12 @@ sub vc_wince_info {
#release_aflags => "/OPTIMIZE/NODEBUG",
bn_opts => "SIXTY_FOUR_BIT RC4_INT RC4_CHUNK_LL DES_PTR BF_PTR",
},
- "vms-alpha-P32" => {
+ "vms-alpha-p32" => {
inherit_from => [ "vms-alpha" ],
cflags => add("/POINTER_SIZE=32"),
ex_libs => sub { join(",", map { s|SHR([\./])|SHR32$1|g; $_ } @_) },
},
- "vms-alpha-P64" => {
+ "vms-alpha-p64" => {
inherit_from => [ "vms-alpha" ],
cflags => add("/POINTER_SIZE=64"),
ex_libs => sub { join(",", map { s|SHR([\./])|SHR64$1|g; $_ } @_) },
@@ -1744,12 +1744,12 @@ sub vc_wince_info {
#release_aflags => "/OPTIMIZE/NODEBUG",
bn_opts => "SIXTY_FOUR_BIT RC4_INT RC4_CHUNK_LL DES_PTR BF_PTR",
},
- "vms-ia64-P32" => {
+ "vms-ia64-p32" => {
inherit_from => [ "vms-ia64" ],
cflags => add("/POINTER_SIZE=32"),
ex_libs => sub { join(",", map { s|SHR([\./])|SHR32$1|g; $_ } @_) },
},
- "vms-ia64-P64" => {
+ "vms-ia64-p64" => {
inherit_from => [ "vms-ia64" ],
cflags => add("/POINTER_SIZE=64"),
ex_libs => sub { join(",", map { s|SHR([\./])|SHR64$1|g; $_ } @_) },