diff options
author | schwarze <> | 2018-02-15 12:09:55 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-15 12:09:55 +0000 |
commit | 910bd000d19583a217cb39aac0639505f0fabea2 (patch) | |
tree | 3d2f221e49f9be057fd1ac69abfa58e3122da146 /src/lib/libcrypto/man/Makefile | |
parent | 8d22e60dce53df63d214ab29c9e4d2fc11415a94 (diff) | |
download | openbsd-910bd000d19583a217cb39aac0639505f0fabea2.tar.gz openbsd-910bd000d19583a217cb39aac0639505f0fabea2.tar.bz2 openbsd-910bd000d19583a217cb39aac0639505f0fabea2.zip |
Import the new manual page EVP_PKEY_asn1_get_count(3) from OpenSSL,
fixing half a dozen bugs and typos and also tweaking the wording a bit.
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 50e8f70510..606f346588 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.127 2018/02/15 10:01:33 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.128 2018/02/15 12:09:55 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -114,6 +114,7 @@ MAN= \ | |||
114 | EVP_EncryptInit.3 \ | 114 | EVP_EncryptInit.3 \ |
115 | EVP_OpenInit.3 \ | 115 | EVP_OpenInit.3 \ |
116 | EVP_PKEY_asn1_new.3 \ | 116 | EVP_PKEY_asn1_new.3 \ |
117 | EVP_PKEY_asn1_get_count.3 \ | ||
117 | EVP_PKEY_CTX_ctrl.3 \ | 118 | EVP_PKEY_CTX_ctrl.3 \ |
118 | EVP_PKEY_CTX_new.3 \ | 119 | EVP_PKEY_CTX_new.3 \ |
119 | EVP_PKEY_cmp.3 \ | 120 | EVP_PKEY_cmp.3 \ |