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 07d736609b..1e69f877f3 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.51 2016/11/11 01:18:19 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.52 2016/11/18 18:54:43 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -20,6 +20,7 @@ MAN= \ | |||
20 | BIO_f_md.3 \ | 20 | BIO_f_md.3 \ |
21 | BIO_f_null.3 \ | 21 | BIO_f_null.3 \ |
22 | BIO_find_type.3 \ | 22 | BIO_find_type.3 \ |
23 | BIO_get_ex_new_index.3 \ | ||
23 | BIO_new.3 \ | 24 | BIO_new.3 \ |
24 | BIO_push.3 \ | 25 | BIO_push.3 \ |
25 | BIO_read.3 \ | 26 | BIO_read.3 \ |