config: Drop linux-alpha-gcc+bwx
authorMatt Turner <mattst88@gmail.com>
Tue, 18 Feb 2020 18:08:27 +0000 (10:08 -0800)
committerRichard Levitte <levitte@openssl.org>
Wed, 26 Feb 2020 15:03:13 +0000 (16:03 +0100)
commit8d87aecfb2d15652fc4c2bb458b2379421305fca
treea944fa53b5f3e2a039a3ef4224399de431a5d726
parent22623e0cc26a11908253206a721873d4101cd466
config: Drop linux-alpha-gcc+bwx

Its entry in Configuration/10-main.conf was dropped in commit
7ead0c89185c ("Configure: fold related configurations more aggressively
and clean-up.") probably because all but one of its bn_ops were removed
(RC4_CHAR remained). Benchmarks on an Alpha EV7 indicate that RC4_INT is
better than RC4_CHAR so rather than restoring the configuation, remove
it from config.

CLA: trivial
Bug: https://bugs.gentoo.org/697840

(cherry picked from commit 19ded1a717b6c72c3db241f06787a353f1190755)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11130)
config