diff options
author | schwarze <> | 2018-02-19 14:08:52 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-19 14:08:52 +0000 |
commit | d0a1381f4b8526089e55008599b0b8b4f518f864 (patch) | |
tree | bb44fc9973c1493d306682927c4406cff32036d9 /src/lib/libcrypto/man/Makefile | |
parent | 81f4e9f88878bd6d85ff53bc11569a5913fd92ab (diff) | |
download | openbsd-d0a1381f4b8526089e55008599b0b8b4f518f864.tar.gz openbsd-d0a1381f4b8526089e55008599b0b8b4f518f864.tar.bz2 openbsd-d0a1381f4b8526089e55008599b0b8b4f518f864.zip |
In bio.h rev. 1.32 2018/02/18 12:58:25, tb@ provided
BIO_get_data(3), BIO_set_data(3), and BIO_set_init(3).
Import the documentation from OpenSSL.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 8d15d6121c..d880928ea5 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.132 2018/02/19 08:20:26 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.133 2018/02/19 14:08:52 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -25,6 +25,7 @@ MAN= \ | |||
25 | BIO_f_md.3 \ | 25 | BIO_f_md.3 \ |
26 | BIO_f_null.3 \ | 26 | BIO_f_null.3 \ |
27 | BIO_find_type.3 \ | 27 | BIO_find_type.3 \ |
28 | BIO_get_data.3 \ | ||
28 | BIO_get_ex_new_index.3 \ | 29 | BIO_get_ex_new_index.3 \ |
29 | BIO_meth_new.3 \ | 30 | BIO_meth_new.3 \ |
30 | BIO_new.3 \ | 31 | BIO_new.3 \ |