summaryrefslogtreecommitdiffstats
path: root/crypto/bio/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-22 11:34:32 +0000
committerMatt Caswell <matt@openssl.org>2016-03-29 17:40:54 +0100
commitf334461facc4078adbad6552563f77799c174cab (patch)
tree65c034ea77256c870d5605a8996053bb88a6996e /crypto/bio/build.info
parent1a50b8139a6221d65bc526ab415c77b0561ff708 (diff)
Add functions for creating BIO_METHODs
BIO_METHODs are soon to be opaque so we need to have functions available to set them up. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/bio/build.info')
-rw-r--r--crypto/bio/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/build.info b/crypto/bio/build.info
index d976c6c7a4..f462c50ad0 100644
--- a/crypto/bio/build.info
+++ b/crypto/bio/build.info
@@ -5,5 +5,5 @@ 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 \
+ bss_dgram.c bio_meth.c \
{- $config{target} =~ /^VMS/i ? "bf_lbuf.c" : "" -}