diff options
author | schwarze <> | 2018-02-17 23:24:38 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-17 23:24:38 +0000 |
commit | 20bfd2238d90acdf527b2d03e6f39a6d4de4f97f (patch) | |
tree | cbac9c827eb158250c8c50d374d92736e277fcbb /src/lib/libcrypto/man/Makefile | |
parent | 168bcbbca8ce37021c8a82022f80dee6b08ccdde (diff) | |
download | openbsd-20bfd2238d90acdf527b2d03e6f39a6d4de4f97f.tar.gz openbsd-20bfd2238d90acdf527b2d03e6f39a6d4de4f97f.tar.bz2 openbsd-20bfd2238d90acdf527b2d03e6f39a6d4de4f97f.zip |
In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functions
BIO_meth_*(). Import the documentation from OpenSSL, with extensive
tweaks by me.
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 77a6519685..431285c7e0 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.130 2018/02/17 16:59:48 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.131 2018/02/17 23:24:38 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -26,6 +26,7 @@ MAN= \ | |||
26 | BIO_f_null.3 \ | 26 | BIO_f_null.3 \ |
27 | BIO_find_type.3 \ | 27 | BIO_find_type.3 \ |
28 | BIO_get_ex_new_index.3 \ | 28 | BIO_get_ex_new_index.3 \ |
29 | BIO_meth_new.3 \ | ||
29 | BIO_new.3 \ | 30 | BIO_new.3 \ |
30 | BIO_printf.3 \ | 31 | BIO_printf.3 \ |
31 | BIO_push.3 \ | 32 | BIO_push.3 \ |