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 8d15d6121c..d880928ea5 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.132 2018/02/19 08:20:26 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.133 2018/02/19 14:08:52 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -25,6 +25,7 @@ MAN= \ | |||
25 | BIO_f_md.3 \ | 25 | BIO_f_md.3 \ |
26 | BIO_f_null.3 \ | 26 | BIO_f_null.3 \ |
27 | BIO_find_type.3 \ | 27 | BIO_find_type.3 \ |
28 | BIO_get_data.3 \ | ||
28 | BIO_get_ex_new_index.3 \ | 29 | BIO_get_ex_new_index.3 \ |
29 | BIO_meth_new.3 \ | 30 | BIO_meth_new.3 \ |
30 | BIO_new.3 \ | 31 | BIO_new.3 \ |