Configure: engage x25519 assembly support.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/5408)
This commit is contained in:
parent
c521e4392f
commit
0e5c8d5660
1 changed files with 3 additions and 0 deletions
|
@ -1341,6 +1341,9 @@ unless ($disabled{asm}) {
|
||||||
if ($target{ec_asm_src} =~ /ecp_nistz256/) {
|
if ($target{ec_asm_src} =~ /ecp_nistz256/) {
|
||||||
push @{$config{defines}}, "ECP_NISTZ256_ASM";
|
push @{$config{defines}}, "ECP_NISTZ256_ASM";
|
||||||
}
|
}
|
||||||
|
if ($target{ec_asm_src} =~ /x25519/) {
|
||||||
|
push @{$config{defines}}, "X25519_ASM";
|
||||||
|
}
|
||||||
if ($target{padlock_asm_src} ne $table{DEFAULTS}->{padlock_asm_src}) {
|
if ($target{padlock_asm_src} ne $table{DEFAULTS}->{padlock_asm_src}) {
|
||||||
push @{$config{defines}}, "PADLOCK_ASM";
|
push @{$config{defines}}, "PADLOCK_ASM";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue