From: Rich Salz Date: Thu, 28 Jan 2016 18:40:33 +0000 (-0500) Subject: Missed part of b4f35e X-Git-Tag: OpenSSL_1_1_0-pre3~388 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=78d6a74a6caffb1949da68e599de94a9d309e49a;p=oweals%2Fopenssl.git Missed part of b4f35e Reviewed-by: Andy Polyakov --- diff --git a/Configure b/Configure index f34444cab1..ec94edc524 100755 --- a/Configure +++ b/Configure @@ -1142,10 +1142,6 @@ foreach (sort split(/\s+/,$target{bn_ops})) { =(1,0,0,0,0) if /SIXTY_FOUR_BIT_LONG/; ($config{b64l},$config{b64},$config{b32},$config{b16},$config{b8}) =(0,0,1,0,0) if /THIRTY_TWO_BIT/; - ($config{b64l},$config{b64},$config{b32},$config{b16},$config{b8}) - =(0,0,0,1,0) if /SIXTEEN_BIT/; - ($config{b64l},$config{b64},$config{b32},$config{b16},$config{b8}) - =(0,0,0,0,1) if /EIGHT_BIT/; $config{export_var_as_fn}=1 if /EXPORT_VAR_AS_FN/; }