VMS config: Typo fix, as -> AS
[oweals/openssl.git] / 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     => "",