diff options
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 820957dfa9..03f9970097 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.200 2021/10/25 12:25:14 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.201 2021/10/25 13:48:12 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -159,6 +159,7 @@ MAN= \ | |||
159 | EVP_EncodeInit.3 \ | 159 | EVP_EncodeInit.3 \ |
160 | EVP_EncryptInit.3 \ | 160 | EVP_EncryptInit.3 \ |
161 | EVP_OpenInit.3 \ | 161 | EVP_OpenInit.3 \ |
162 | EVP_PKCS82PKEY.3 \ | ||
162 | EVP_PKEY_add1_attr.3 \ | 163 | EVP_PKEY_add1_attr.3 \ |
163 | EVP_PKEY_asn1_new.3 \ | 164 | EVP_PKEY_asn1_new.3 \ |
164 | EVP_PKEY_asn1_get_count.3 \ | 165 | EVP_PKEY_asn1_get_count.3 \ |