VMS config: Typo fix, as -> AS
authorRichard Levitte <levitte@openssl.org>
Sat, 24 Nov 2018 10:37:10 +0000 (11:37 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 24 Nov 2018 17:35:41 +0000 (18:35 +0100)
This typo prevented ia64 assembler to be compiled on VMS

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7700)

Configurations/10-main.conf

index e3cc34c14beb45bab52080e747334377a648d9c0..d86691c596d08fad0380c168e43dcb5261fb8853 100644 (file)
@@ -1791,7 +1791,7 @@ my %targets = (
     },
     "vms-ia64" => {
         inherit_from     => [ "vms-generic",
-                              sub { vms_info()->{as}
+                              sub { vms_info()->{AS}
                                         ? asm("ia64_asm")->() : () } ],
         bn_ops           => "SIXTY_FOUR_BIT RC4_INT",
         pointer_size     => "",