f334461fac
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>
9 lines
390 B
Text
9 lines
390 B
Text
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
bio_lib.c bio_cb.c bio_err.c \
|
|
bss_mem.c bss_null.c bss_fd.c \
|
|
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" : "" -}
|