From c62b2969f3c28178aaa6c7b68a1c8b575fa098aa Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 17 Feb 2018 13:57:14 +0000 Subject: Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() and BIO_meth_set_{puts,read,write}(). ok jsing --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 5432bab176..85e6b0ee8d 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2017/08/28 17:41:59 jsing Exp $ +# $OpenBSD: Makefile,v 1.24 2018/02/17 13:57:14 tb Exp $ LIB= crypto LIBREBUILD=y @@ -64,7 +64,7 @@ SRCS+= a_time_tm.c SRCS+= bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c # bio/ -SRCS+= bio_lib.c bio_cb.c bio_err.c +SRCS+= bio_lib.c bio_cb.c bio_err.c bio_meth.c SRCS+= bss_mem.c bss_null.c bss_fd.c SRCS+= bss_file.c bss_sock.c bss_conn.c SRCS+= bf_null.c bf_buff.c b_print.c b_dump.c -- cgit v1.2.3-55-g6feb