From fec854b83cb7e9d7e2fa32d84e302378defade23 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 20 Aug 2017 20:15:13 +0000 Subject: import PEM_bytes_read_bio(3) from OpenSSL, dropping the secmem stuff that we don't want --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 733e6730ab..66144c8231 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.122 2017/08/20 19:21:20 schwarze Exp $ +# $OpenBSD: Makefile,v 1.123 2017/08/20 20:15:13 schwarze Exp $ .include @@ -151,6 +151,7 @@ MAN= \ OPENSSL_load_builtin_modules.3 \ OPENSSL_malloc.3 \ OpenSSL_add_all_algorithms.3 \ + PEM_bytes_read_bio.3 \ PEM_read.3 \ PEM_read_bio_PrivateKey.3 \ PEM_write_bio_PKCS7_stream.3 \ -- cgit v1.2.3-55-g6feb