diff options
Diffstat (limited to '')
-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 41c850357c..0aed9e0fad 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.92 2016/12/23 15:25:19 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.93 2016/12/23 17:02:41 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -12,6 +12,7 @@ MAN= \ | |||
12 | ASN1_generate_nconf.3 \ | 12 | ASN1_generate_nconf.3 \ |
13 | ASN1_time_parse.3 \ | 13 | ASN1_time_parse.3 \ |
14 | AUTHORITY_KEYID_new.3 \ | 14 | AUTHORITY_KEYID_new.3 \ |
15 | BASIC_CONSTRAINTS_new.3 \ | ||
15 | BF_set_key.3 \ | 16 | BF_set_key.3 \ |
16 | BIO_ctrl.3 \ | 17 | BIO_ctrl.3 \ |
17 | BIO_f_base64.3 \ | 18 | BIO_f_base64.3 \ |