Skip to content

Commit

Permalink
VMS config: Typo fix, as -> AS
Browse files Browse the repository at this point in the history
This typo prevented ia64 assembler to be compiled on VMS

Reviewed-by: Tim Hudson <[email protected]>
(Merged from openssl#7700)
  • Loading branch information
levitte committed Nov 24, 2018
1 parent 9f15e5b commit 0437585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/10-main.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "",
Expand Down

0 comments on commit 0437585

Please sign in to comment.