[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Sun Apr 1 20:42:53 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  89b4da476bcd0b97bd71f63b79538b358efec166 (commit)
      from  6025c6619aa95a114a89ac3a60f8fac8abf0380a (commit)


- Log -----------------------------------------------------------------
commit 89b4da476bcd0b97bd71f63b79538b358efec166
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Sun Apr 1 16:17:52 2018 +0200

    Remove import/use of File::Spec::Function
    
    It looks like the usage of these functions were removed in
    in commit 0a4edb931b883b9973721ae012e60c028387dd50 ("Unified - adapt
    the generation of cpuid, uplink and buildinf to use GENERATE").
    
    This commit removes the import/use of File::Spec::Functions module as it
    is no longer needed by crypto/build.info.
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5832)
    
    (cherry picked from commit 0e34f37fb1b7474c86ac9a170dfda5226351ecc9)

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

Summary of changes:
 crypto/build.info | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/build.info b/crypto/build.info
index 916d24f..e693eba 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -1,4 +1,3 @@
-{- use File::Spec::Functions qw/catdir catfile/; -}
 LIBS=../libcrypto
 SOURCE[../libcrypto]=\
         cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c \


More information about the openssl-commits mailing list