diff options
Diffstat (limited to '')
-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 248bd33c8d..58b3cc2847 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.135 2018/02/25 20:26:51 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.136 2018/03/01 19:20:09 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -157,6 +157,7 @@ MAN= \ | |||
157 | OPENSSL_config.3 \ | 157 | OPENSSL_config.3 \ |
158 | OPENSSL_load_builtin_modules.3 \ | 158 | OPENSSL_load_builtin_modules.3 \ |
159 | OPENSSL_malloc.3 \ | 159 | OPENSSL_malloc.3 \ |
160 | OPENSSL_sk_new.3 \ | ||
160 | OpenSSL_add_all_algorithms.3 \ | 161 | OpenSSL_add_all_algorithms.3 \ |
161 | PEM_bytes_read_bio.3 \ | 162 | PEM_bytes_read_bio.3 \ |
162 | PEM_read.3 \ | 163 | PEM_read.3 \ |
@@ -202,6 +203,7 @@ MAN= \ | |||
202 | SHA1.3 \ | 203 | SHA1.3 \ |
203 | SMIME_read_PKCS7.3 \ | 204 | SMIME_read_PKCS7.3 \ |
204 | SMIME_write_PKCS7.3 \ | 205 | SMIME_write_PKCS7.3 \ |
206 | STACK_OF.3 \ | ||
205 | SXNET_new.3 \ | 207 | SXNET_new.3 \ |
206 | TS_REQ_new.3 \ | 208 | TS_REQ_new.3 \ |
207 | UI_UTIL_read_pw.3 \ | 209 | UI_UTIL_read_pw.3 \ |