aboutsummaryrefslogtreecommitdiff
path: root/crypto/build.info
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-01 16:17:52 +0200
committerRichard Levitte <levitte@openssl.org>2018-04-01 22:41:04 +0200
commit0e34f37fb1b7474c86ac9a170dfda5226351ecc9 (patch)
tree32e23acb8c2994f514822ebe15a3ee7cdd780730 /crypto/build.info
parent2cc8fe11add1b21f3f30cbcf365bb8d8da4fd2b4 (diff)
downloadopenssl-0e34f37fb1b7474c86ac9a170dfda5226351ecc9.zip
openssl-0e34f37fb1b7474c86ac9a170dfda5226351ecc9.tar.gz
openssl-0e34f37fb1b7474c86ac9a170dfda5226351ecc9.tar.bz2
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@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5832)
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info
index 368671a..b515b73 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 \