summaryrefslogtreecommitdiffstats
path: root/crypto/bio/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-29 21:36:06 +0200
committerRichard Levitte <levitte@openssl.org>2016-03-30 04:35:14 +0200
commitdcdb4028b3981585537c6d57635ea91cd59589fa (patch)
tree785eaeb8a1f65daa75d878b6a798a7c43c36c2c2 /crypto/bio/build.info
parent47a11172f1dfa8e2c9448753acd78a1cbba0e32d (diff)
Adapt bf_lbuf for opaque BIO
Also, have it always be built, even though it's only (currently) used on VMS. That will assure it will get the same changes as all others. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/bio/build.info')
-rw-r--r--crypto/bio/build.info3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bio/build.info b/crypto/bio/build.info
index f462c50ad0..d1e7d73c55 100644
--- a/crypto/bio/build.info
+++ b/crypto/bio/build.info
@@ -5,5 +5,4 @@ SOURCE[../../libcrypto]=\
bss_file.c bss_sock.c bss_conn.c \
bf_null.c bf_buff.c b_print.c b_dump.c b_addr.c \
b_sock.c b_sock2.c bss_acpt.c bf_nbio.c bss_log.c bss_bio.c \
- bss_dgram.c bio_meth.c \
- {- $config{target} =~ /^VMS/i ? "bf_lbuf.c" : "" -}
+ bss_dgram.c bio_meth.c bf_lbuf.c