diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 802b34399f..17efba0d08 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.40 2016/11/03 10:24:26 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.41 2016/11/03 12:21:50 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -118,6 +118,10 @@ MAN= \ | |||
118 | HMAC.3 \ | 118 | HMAC.3 \ |
119 | MD5.3 \ | 119 | MD5.3 \ |
120 | OBJ_nid2obj.3 \ | 120 | OBJ_nid2obj.3 \ |
121 | OPENSSL_VERSION_NUMBER.3 \ | ||
122 | OPENSSL_config.3 \ | ||
123 | OPENSSL_load_builtin_modules.3 \ | ||
124 | OpenSSL_add_all_algorithms.3 \ | ||
121 | UI_new.3 \ | 125 | UI_new.3 \ |
122 | bn_dump.3 \ | 126 | bn_dump.3 \ |
123 | crypto.3 \ | 127 | crypto.3 \ |
@@ -128,10 +132,6 @@ MAN= \ | |||
128 | lh_new.3 \ | 132 | lh_new.3 \ |
129 | 133 | ||
130 | GENMAN= \ | 134 | GENMAN= \ |
131 | OPENSSL_VERSION_NUMBER.3 \ | ||
132 | OPENSSL_config.3 \ | ||
133 | OPENSSL_load_builtin_modules.3 \ | ||
134 | OpenSSL_add_all_algorithms.3 \ | ||
135 | PKCS5_PBKDF2_HMAC.3 \ | 135 | PKCS5_PBKDF2_HMAC.3 \ |
136 | PEM_read_bio_PrivateKey.3 \ | 136 | PEM_read_bio_PrivateKey.3 \ |
137 | PEM_write_bio_PKCS7_stream.3 \ | 137 | PEM_write_bio_PKCS7_stream.3 \ |