Commit 0e5c8d56 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Configure: engage x25519 assembly support.

parent c521e439
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1341,6 +1341,9 @@ unless ($disabled{asm}) {
    if ($target{ec_asm_src} =~ /ecp_nistz256/) {
	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}) {
	push @{$config{defines}}, "PADLOCK_ASM";
    }