summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2020-01-19 13:16:05 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2020-01-21 14:18:53 +0100
commitf50f2725c03710e183d855760c32d8df6cab1f94 (patch)
tree4185827eaef8845ec796c3a1563c7c519174bc38 /crypto
parenta3998ea8166e557c2dcf18325c8eb5c45109fa50 (diff)
Remove remaining references to crypto/include
Configure creates an empty crypto/include which gets not cleaned up with make distclean. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10893)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/build.info1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/build.info b/crypto/bn/build.info
index a463eddabb..b9ed5322fa 100644
--- a/crypto/bn/build.info
+++ b/crypto/bn/build.info
@@ -6,7 +6,6 @@ SOURCE[../../libcrypto]=\
{- $target{bn_asm_src} -} \
bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_gf2m.c bn_nist.c \
bn_depr.c bn_const.c bn_x931p.c bn_intern.c bn_dh.c bn_srp.c
-INCLUDE[../../libcrypto]=../../crypto/include
INCLUDE[bn_exp.o]=..