[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Feb 6 20:27:29 UTC 2018


The branch master has been updated
       via  a3a5d1b73db46274e2cdedaad42fda5ce5cfb2da (commit)
      from  5d2a6f4b71769e45d9c65ae071dc8221590cf14e (commit)


- Log -----------------------------------------------------------------
commit a3a5d1b73db46274e2cdedaad42fda5ce5cfb2da
Author: Rich Salz <rsalz at openssl.org>
Date:   Tue Feb 6 15:27:03 2018 -0500

    Remove unused file
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5267)

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

Summary of changes:
 crypto/bn/asm/x86.pl | 38 --------------------------------------
 1 file changed, 38 deletions(-)
 delete mode 100644 crypto/bn/asm/x86.pl

diff --git a/crypto/bn/asm/x86.pl b/crypto/bn/asm/x86.pl
deleted file mode 100644
index 274099f..0000000
--- a/crypto/bn/asm/x86.pl
+++ /dev/null
@@ -1,38 +0,0 @@
-#! /usr/bin/env perl
-# Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
-#
-# Licensed under the OpenSSL license (the "License").  You may not use
-# this file except in compliance with the License.  You can obtain a copy
-# in the file LICENSE in the source distribution or at
-# https://www.openssl.org/source/license.html
-
-push(@INC,"perlasm","../../perlasm");
-require "x86asm.pl";
-
-require("x86/mul_add.pl");
-require("x86/mul.pl");
-require("x86/sqr.pl");
-require("x86/div.pl");
-require("x86/add.pl");
-require("x86/sub.pl");
-require("x86/comba.pl");
-
-$output = pop;
-open STDOUT,">$output";
-
-&asm_init($ARGV[0]);
-
-&bn_mul_add_words("bn_mul_add_words");
-&bn_mul_words("bn_mul_words");
-&bn_sqr_words("bn_sqr_words");
-&bn_div_words("bn_div_words");
-&bn_add_words("bn_add_words");
-&bn_sub_words("bn_sub_words");
-&bn_mul_comba("bn_mul_comba8",8);
-&bn_mul_comba("bn_mul_comba4",4);
-&bn_sqr_comba("bn_sqr_comba8",8);
-&bn_sqr_comba("bn_sqr_comba4",4);
-
-&asm_finish();
-
-close STDOUT;


More information about the openssl-commits mailing list