aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-24 17:41:56 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-25 11:50:44 +0200
commit7030e35d079655ccb5ec6de92da74559cdab0416 (patch)
tree773eff12852a65b66389559b2b924516887c66a0 /crypto/bn
parentce9598124e7613137531bfc1a2aa2935ba862e20 (diff)
downloadopenssl-7030e35d079655ccb5ec6de92da74559cdab0416.tar.gz
build.info files: add quotes around any spec that may contain spaces
RT#4492 Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/build.info b/crypto/bn/build.info
index f657db203b..edceb73c66 100644
--- a/crypto/bn/build.info
+++ b/crypto/bn/build.info
@@ -7,7 +7,7 @@ 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]={- rel2abs(catdir($builddir,"..","..","crypto","include")) -}
+INCLUDE[../../libcrypto]="{- rel2abs(catdir($builddir,"..","..","crypto","include")) -}"
INCLUDE[bn_exp.o]=..