Commit 2ca1e22b authored by Jérôme Duval's avatar Jérôme Duval Committed by Rich Salz
Browse files

Haiku x86-64 doesn't need RC4_CHAR.



* add a comment about Haiku being built with no-asm.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent a97d19d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1764,10 +1764,11 @@ sub vms_info {
                                       release => "-fomit-frame-pointer")),
        bn_ops           => "BN_LLONG",
    },
    # Haiku builds with no-asm
    "haiku-x86_64" => {
        inherit_from     => [ "haiku-common", asm("x86_64_asm") ],
        cflags           => add("-m64"),
        bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
        bn_ops           => "SIXTY_FOUR_BIT_LONG",
    },