From: Jérôme Duval Date: Sun, 17 Apr 2016 14:36:30 +0000 (+0200) Subject: Haiku x86-64 doesn't need RC4_CHAR. X-Git-Tag: OpenSSL_1_1_0-pre5~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2ca1e22b2acdacb0a879dded91bdd5b2b6040ad3;p=oweals%2Fopenssl.git Haiku x86-64 doesn't need RC4_CHAR. * add a comment about Haiku being built with no-asm. Reviewed-by: Tim Hudson Reviewed-by: Rich Salz --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 4a8fb00ccb..de591c90e1 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -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", },