mirror of
https://github.com/openssl/openssl.git
synced 2024-12-17 14:03:36 +08:00
1d8897176d
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15722)
19 lines
529 B
Plaintext
19 lines
529 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
# Base library
|
|
SOURCE[../../libcrypto]=\
|
|
bio_lib.c bio_cb.c bio_err.c \
|
|
bio_print.c bio_dump.c bio_addr.c \
|
|
bio_sock.c bio_sock2.c \
|
|
bio_meth.c ossl_core_bio.c
|
|
|
|
# Source / sink implementations
|
|
SOURCE[../../libcrypto]=\
|
|
bss_null.c bss_mem.c bss_bio.c bss_fd.c bss_file.c \
|
|
bss_sock.c bss_conn.c bss_acpt.c bss_dgram.c \
|
|
bss_log.c bss_core.c
|
|
|
|
# Filters
|
|
SOURCE[../../libcrypto]=\
|
|
bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c bf_prefix.c bf_readbuff.c
|