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 2e885c1bcd..08888f9fef 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.146 2019/03/21 12:54:37 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.147 2019/03/21 13:37:25 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -153,6 +153,7 @@ MAN= \ | |||
153 | EVP_VerifyInit.3 \ | 153 | EVP_VerifyInit.3 \ |
154 | EVP_aes_128_cbc.3 \ | 154 | EVP_aes_128_cbc.3 \ |
155 | EVP_des_cbc.3 \ | 155 | EVP_des_cbc.3 \ |
156 | EVP_rc4.3 \ | ||
156 | EVP_sm4_cbc.3 \ | 157 | EVP_sm4_cbc.3 \ |
157 | EXTENDED_KEY_USAGE_new.3 \ | 158 | EXTENDED_KEY_USAGE_new.3 \ |
158 | GENERAL_NAME_new.3 \ | 159 | GENERAL_NAME_new.3 \ |