[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Jan 28 18:40:56 UTC 2016


The branch master has been updated
       via  78d6a74a6caffb1949da68e599de94a9d309e49a (commit)
      from  41a28cb2944a4e1c9d13889757a3bd9f72abeca1 (commit)


- Log -----------------------------------------------------------------
commit 78d6a74a6caffb1949da68e599de94a9d309e49a
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Jan 28 13:40:33 2016 -0500

    Missed part of b4f35e
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configure | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Configure b/Configure
index f34444c..ec94edc 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/;
 }
 


More information about the openssl-commits mailing list