Commit 04375857 authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS config: Typo fix, as -> AS



This typo prevented ia64 assembler to be compiled on VMS

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7700)
parent 9f15e5b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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     => "",