diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-08-20 19:21:21 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-08-20 19:21:21 +0000 |
commit | bc76a34d72f962259cfc6cea20b83c6f2fb66c1c (patch) | |
tree | e74b074e62401f2613acf92ee437b5b761babd10 /lib/libcrypto/man/Makefile | |
parent | 3f607bd5f1742315bd9795f88ce67049a0585bf0 (diff) |
import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions we
don't have, which implies renaming the file to EVP_PKEY_meth_get0_info.3
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 cd14bdcdb37..733e6730aba 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.121 2017/08/20 15:01:20 schwarze Exp $ +# $OpenBSD: Makefile,v 1.122 2017/08/20 19:21:20 schwarze Exp $ .include <bsd.own.mk> @@ -121,6 +121,7 @@ MAN= \ EVP_PKEY_encrypt.3 \ EVP_PKEY_get_default_digest_nid.3 \ EVP_PKEY_keygen.3 \ + EVP_PKEY_meth_get0_info.3 \ EVP_PKEY_new.3 \ EVP_PKEY_print_private.3 \ EVP_PKEY_set1_RSA.3 \ |