diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-02-15 14:52:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-02-15 14:52:17 +0000 |
commit | c4bd97ccb2e994a371950a4b079cbe9bce85a610 (patch) | |
tree | d1f85b9bc67b4d9c5b0e147e2607f86128ee0d5c /lib/libcrypto/man/Makefile | |
parent | a71a5a43f15aac5749f38166f6c9b2011bb62987 (diff) |
Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,
removing parts that don't apply to OpenBSD.
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 606f346588d..7043c8397bf 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.128 2018/02/15 12:09:55 schwarze Exp $ +# $OpenBSD: Makefile,v 1.129 2018/02/15 14:52:16 schwarze Exp $ .include <bsd.own.mk> @@ -124,6 +124,7 @@ MAN= \ EVP_PKEY_get_default_digest_nid.3 \ EVP_PKEY_keygen.3 \ EVP_PKEY_meth_get0_info.3 \ + EVP_PKEY_meth_new.3 \ EVP_PKEY_new.3 \ EVP_PKEY_print_private.3 \ EVP_PKEY_set1_RSA.3 \ |