diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 718bf91e61..07d736609b 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.50 2016/11/05 20:36:11 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.51 2016/11/11 01:18:19 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -7,6 +7,8 @@ MAN= \ | |||
7 | ASN1_STRING_length.3 \ | 7 | ASN1_STRING_length.3 \ |
8 | ASN1_STRING_new.3 \ | 8 | ASN1_STRING_new.3 \ |
9 | ASN1_STRING_print_ex.3 \ | 9 | ASN1_STRING_print_ex.3 \ |
10 | ASN1_TIME_set.3 \ | ||
11 | ASN1_TYPE_get.3 \ | ||
10 | ASN1_generate_nconf.3 \ | 12 | ASN1_generate_nconf.3 \ |
11 | ASN1_time_parse.3 \ | 13 | ASN1_time_parse.3 \ |
12 | BF_set_key.3 \ | 14 | BF_set_key.3 \ |