BIO: Add BIO_f_prefix(), a text line prefixing filter
[openssl.git] / crypto / bio / build.info
index d976c6c7a437a1f967761f6d9d57935d71fd2479..8e3f530f880f40fafdbd61a3feac2f1f91232035 100644 (file)
@@ -1,9 +1,18 @@
 LIBS=../../libcrypto
+
+# Base library
 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 \
-        {- $config{target} =~ /^VMS/i ? "bf_lbuf.c" : "" -}
+        b_print.c b_dump.c b_addr.c \
+        b_sock.c b_sock2.c \
+        bio_meth.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
+
+# Filters
+SOURCE[../../libcrypto]=\
+        bf_null.c bf_buff.c bf_lbuf.c bf_nbio.c bf_prefix.c