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 6a0d65cb85..6d5f8d982b 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.220 2021/11/22 16:19:54 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.221 2021/11/27 16:18:03 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -35,6 +35,7 @@ MAN= \ | |||
35 | BF_set_key.3 \ | 35 | BF_set_key.3 \ |
36 | BIO_ctrl.3 \ | 36 | BIO_ctrl.3 \ |
37 | BIO_dump.3 \ | 37 | BIO_dump.3 \ |
38 | BIO_f_asn1.3 \ | ||
38 | BIO_f_base64.3 \ | 39 | BIO_f_base64.3 \ |
39 | BIO_f_buffer.3 \ | 40 | BIO_f_buffer.3 \ |
40 | BIO_f_cipher.3 \ | 41 | BIO_f_cipher.3 \ |