diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-10-22 15:50:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-10-22 15:50:20 +0000 |
commit | 7dc58aa709a9ba451783add3134c8dd5c6130b35 (patch) | |
tree | 280c7ff49e7418cf97ac9ce25592e46a6202d293 /lib/libcrypto/man/Makefile | |
parent | 18d653f1cdbcf6ba3c1d5db8b87e6a7b19650951 (diff) |
new manual page EVP_PKEY_add1_attr(3) documenting nine functions
for associating X.501 Attributes with private keys
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 74b3a251afe..6179d3157b6 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.198 2021/10/22 13:29:41 schwarze Exp $ +# $OpenBSD: Makefile,v 1.199 2021/10/22 15:50:19 schwarze Exp $ .include <bsd.own.mk> @@ -159,6 +159,7 @@ MAN= \ EVP_EncodeInit.3 \ EVP_EncryptInit.3 \ EVP_OpenInit.3 \ + EVP_PKEY_add1_attr.3 \ EVP_PKEY_asn1_new.3 \ EVP_PKEY_asn1_get_count.3 \ EVP_PKEY_CTX_ctrl.3 \ |