Last change
on this file since 101021 was 101021, checked in by vboxsync, 15 months ago |
openssl-3.1.2: Applied and adjusted our OpenSSL changes to 3.1.0. bugref:10519
|
File size:
529 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 |
|
---|
3 | # Base library
|
---|
4 | SOURCE[../../libcrypto]=\
|
---|
5 | bio_lib.c bio_cb.c bio_err.c \
|
---|
6 | bio_print.c bio_dump.c bio_addr.c \
|
---|
7 | bio_sock.c bio_sock2.c \
|
---|
8 | bio_meth.c ossl_core_bio.c
|
---|
9 |
|
---|
10 | # Source / sink implementations
|
---|
11 | SOURCE[../../libcrypto]=\
|
---|
12 | bss_null.c bss_mem.c bss_bio.c bss_fd.c bss_file.c \
|
---|
13 | bss_sock.c bss_conn.c bss_acpt.c bss_dgram.c \
|
---|
14 | bss_log.c bss_core.c
|
---|
15 |
|
---|
16 | # Filters
|
---|
17 | SOURCE[../../libcrypto]=\
|
---|
18 | bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c bf_prefix.c bf_readbuff.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.