VMS config: Typo fix, as -> AS
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)
This commit is contained in:
parent
9f15e5b911
commit
04375857cf
1 changed files with 1 additions and 1 deletions
|
@ -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 => "",
|
||||
|
|
Loading…
Reference in a new issue