diff options
author | Richard Levitte <levitte@openssl.org> | 2018-11-24 11:37:10 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-11-24 18:35:41 +0100 |
commit | 04375857cf4971460c473fa44bef86351f2177fe (patch) | |
tree | 729f5f4de4b96e40e21d998482e9932f44dbf7df | |
parent | VMS: fix collected error strings (diff) | |
download | openssl-04375857cf4971460c473fa44bef86351f2177fe.tar.xz openssl-04375857cf4971460c473fa44bef86351f2177fe.zip |
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)
-rw-r--r-- | Configurations/10-main.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index e3cc34c14b..d86691c596 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -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 => "", |