Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: bio.inc,v 1.1 2025/07/17 14:25:24 christos Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/bio
      4 
      5 BIO_SRCS += \
      6 bf_buff.c \
      7 bf_lbuf.c \
      8 bf_nbio.c \
      9 bf_null.c \
     10 bf_prefix.c \
     11 bf_readbuff.c \
     12 bio_addr.c \
     13 bio_cb.c \
     14 bio_dump.c \
     15 bio_err.c \
     16 bio_lib.c \
     17 bio_meth.c \
     18 bio_print.c \
     19 bio_sock.c \
     20 bio_sock2.c \
     21 bss_acpt.c \
     22 bss_bio.c \
     23 bss_conn.c \
     24 bss_core.c \
     25 bss_dgram.c \
     26 bss_dgram_pair.c \
     27 bss_fd.c \
     28 bss_file.c \
     29 bss_log.c \
     30 bss_mem.c \
     31 bss_null.c \
     32 bss_sock.c \
     33 ossl_core_bio.c \
     34 
     35 SRCS += ${BIO_SRCS}
     36 
     37 .for cryptosrc in ${BIO_SRCS}
     38 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/bio ${BIOCPPFLAGS}
     39 .endfor
     40