diff options
author | Andy Polyakov <appro@openssl.org> | 2016-03-15 23:39:07 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-03-15 23:58:31 +0100 |
commit | 2460c7f13389d766dd65fa4e14b69b6fbe3e4e3b (patch) | |
tree | 4e04bedf80a5c4db0efa208c44e4c18f9ab7d102 /Configurations | |
parent | On Windows, page walking is known as __chkstk. (diff) | |
download | openssl-2460c7f13389d766dd65fa4e14b69b6fbe3e4e3b.tar.xz openssl-2460c7f13389d766dd65fa4e14b69b6fbe3e4e3b.zip |
poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations')
-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 53ba0409db..f9c838c259 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -745,7 +745,7 @@ sub vc_wince_info { inherit_from => [ "linux-generic32", asm("x86_64_asm") ], cflags => add("-mx32 -DL_ENDIAN"), bn_ops => "SIXTY_FOUR_BIT", - perlasm_scheme => "elf", + perlasm_scheme => "elf32", shared_ldflag => "-mx32", multilib => "x32", }, |