diff options
| author | tb <> | 2018-02-17 13:57:14 +0000 |
|---|---|---|
| committer | tb <> | 2018-02-17 13:57:14 +0000 |
| commit | c62b2969f3c28178aaa6c7b68a1c8b575fa098aa (patch) | |
| tree | bf207cf4ea7d8419a5d46d9d2d450fc612149ea0 /src/lib/libcrypto/Makefile | |
| parent | fbfe5db25186968deb518dba39952191d6027694 (diff) | |
| download | openbsd-c62b2969f3c28178aaa6c7b68a1c8b575fa098aa.tar.gz openbsd-c62b2969f3c28178aaa6c7b68a1c8b575fa098aa.tar.bz2 openbsd-c62b2969f3c28178aaa6c7b68a1c8b575fa098aa.zip | |
Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()
and BIO_meth_set_{puts,read,write}().
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.23 2017/08/28 17:41:59 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.24 2018/02/17 13:57:14 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -64,7 +64,7 @@ SRCS+= a_time_tm.c | |||
| 64 | SRCS+= bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c | 64 | SRCS+= bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c |
| 65 | 65 | ||
| 66 | # bio/ | 66 | # bio/ |
| 67 | SRCS+= bio_lib.c bio_cb.c bio_err.c | 67 | SRCS+= bio_lib.c bio_cb.c bio_err.c bio_meth.c |
| 68 | SRCS+= bss_mem.c bss_null.c bss_fd.c | 68 | SRCS+= bss_mem.c bss_null.c bss_fd.c |
| 69 | SRCS+= bss_file.c bss_sock.c bss_conn.c | 69 | SRCS+= bss_file.c bss_sock.c bss_conn.c |
| 70 | SRCS+= bf_null.c bf_buff.c b_print.c b_dump.c | 70 | SRCS+= bf_null.c bf_buff.c b_print.c b_dump.c |
