summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index afec15edbf..f6dd178a0c 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.60 2016/11/29 00:07:45 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.61 2016/11/29 18:16:09 deraadt Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -57,6 +57,7 @@ MAN= \
57 BUF_MEM_new.3 \ 57 BUF_MEM_new.3 \
58 CONF_modules_free.3 \ 58 CONF_modules_free.3 \
59 CONF_modules_load_file.3 \ 59 CONF_modules_load_file.3 \
60 CRYPTO_get_mem_functions.3 \
60 CRYPTO_set_ex_data.3 \ 61 CRYPTO_set_ex_data.3 \
61 CRYPTO_set_locking_callback.3 \ 62 CRYPTO_set_locking_callback.3 \
62 DES_set_key.3 \ 63 DES_set_key.3 \
@@ -76,13 +77,13 @@ MAN= \
76 DSA_set_method.3 \ 77 DSA_set_method.3 \
77 DSA_sign.3 \ 78 DSA_sign.3 \
78 DSA_size.3 \ 79 DSA_size.3 \
80 ECDSA_SIG_new.3 \
79 EC_GFp_simple_method.3 \ 81 EC_GFp_simple_method.3 \
80 EC_GROUP_copy.3 \ 82 EC_GROUP_copy.3 \
81 EC_GROUP_new.3 \ 83 EC_GROUP_new.3 \
82 EC_KEY_new.3 \ 84 EC_KEY_new.3 \
83 EC_POINT_add.3 \ 85 EC_POINT_add.3 \
84 EC_POINT_new.3 \ 86 EC_POINT_new.3 \
85 ECDSA_SIG_new.3 \
86 ERR.3 \ 87 ERR.3 \
87 ERR_GET_LIB.3 \ 88 ERR_GET_LIB.3 \
88 ERR_clear_error.3 \ 89 ERR_clear_error.3 \
@@ -129,6 +130,7 @@ MAN= \
129 OCSP_response_status.3 \ 130 OCSP_response_status.3 \
130 OCSP_sendreq_new.3 \ 131 OCSP_sendreq_new.3 \
131 OPENSSL_VERSION_NUMBER.3 \ 132 OPENSSL_VERSION_NUMBER.3 \
133 OPENSSL_cleanse.3 \
132 OPENSSL_config.3 \ 134 OPENSSL_config.3 \
133 OPENSSL_load_builtin_modules.3 \ 135 OPENSSL_load_builtin_modules.3 \
134 OPENSSL_malloc.3 \ 136 OPENSSL_malloc.3 \