diff options
author | schwarze <> | 2017-08-20 20:15:13 +0000 |
---|---|---|
committer | schwarze <> | 2017-08-20 20:15:13 +0000 |
commit | 9870f9e03c46ab5263c4ccabf4e8b39aaed76e4e (patch) | |
tree | 65e2853b32a662d91ae3e94cc24c9f212651aace /src/lib/libcrypto/man/Makefile | |
parent | b5ea9bef8120121305f3090c75a027833140f5d6 (diff) | |
download | openbsd-9870f9e03c46ab5263c4ccabf4e8b39aaed76e4e.tar.gz openbsd-9870f9e03c46ab5263c4ccabf4e8b39aaed76e4e.tar.bz2 openbsd-9870f9e03c46ab5263c4ccabf4e8b39aaed76e4e.zip |
import PEM_bytes_read_bio(3) from OpenSSL,
dropping the secmem stuff that we don't want
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-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 733e6730ab..66144c8231 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.122 2017/08/20 19:21:20 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.123 2017/08/20 20:15:13 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -151,6 +151,7 @@ MAN= \ | |||
151 | OPENSSL_load_builtin_modules.3 \ | 151 | OPENSSL_load_builtin_modules.3 \ |
152 | OPENSSL_malloc.3 \ | 152 | OPENSSL_malloc.3 \ |
153 | OpenSSL_add_all_algorithms.3 \ | 153 | OpenSSL_add_all_algorithms.3 \ |
154 | PEM_bytes_read_bio.3 \ | ||
154 | PEM_read.3 \ | 155 | PEM_read.3 \ |
155 | PEM_read_bio_PrivateKey.3 \ | 156 | PEM_read_bio_PrivateKey.3 \ |
156 | PEM_write_bio_PKCS7_stream.3 \ | 157 | PEM_write_bio_PKCS7_stream.3 \ |