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 c69fe73af2..137540c69a 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.300 2024/12/08 17:41:23 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.301 2024/12/17 18:11:44 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -196,6 +196,7 @@ MAN= \ | |||
196 | EVP_SignInit.3 \ | 196 | EVP_SignInit.3 \ |
197 | EVP_VerifyInit.3 \ | 197 | EVP_VerifyInit.3 \ |
198 | EVP_aes_128_cbc.3 \ | 198 | EVP_aes_128_cbc.3 \ |
199 | EVP_aes_128_gcm.3 \ | ||
199 | EVP_camellia_128_cbc.3 \ | 200 | EVP_camellia_128_cbc.3 \ |
200 | EVP_chacha20.3 \ | 201 | EVP_chacha20.3 \ |
201 | EVP_des_cbc.3 \ | 202 | EVP_des_cbc.3 \ |