summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile192
1 files changed, 93 insertions, 99 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index ecb1d51a52..86c5de26f8 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.28 2015/11/11 22:14:39 jmc Exp $ 1# $OpenBSD: Makefile,v 1.29 2015/11/12 00:55:49 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -73,8 +73,14 @@ MAN= \
73 CONF_modules_load_file.3 \ 73 CONF_modules_load_file.3 \
74 CRYPTO_set_ex_data.3 \ 74 CRYPTO_set_ex_data.3 \
75 CRYPTO_set_locking_callback.3 \ 75 CRYPTO_set_locking_callback.3 \
76 ECDSA_SIG_new.3 \
76 EVP_AEAD_CTX_init.3 \ 77 EVP_AEAD_CTX_init.3 \
78 bn_dump.3 \
77 crypto.3 \ 79 crypto.3 \
80 d2i_PKCS8PrivateKey_bio.3 \
81 des_read_pw.3 \
82 lh_new.3 \
83 ui_new.3 \
78 84
79GENMAN= \ 85GENMAN= \
80 DES_set_key.3 \ 86 DES_set_key.3 \
@@ -188,12 +194,10 @@ GENMAN= \
188 X509_new.3 \ 194 X509_new.3 \
189 X509_verify_cert.3 \ 195 X509_verify_cert.3 \
190 bn.3 \ 196 bn.3 \
191 bn_internal.3 \
192 d2i_ASN1_OBJECT.3 \ 197 d2i_ASN1_OBJECT.3 \
193 d2i_DHparams.3 \ 198 d2i_DHparams.3 \
194 d2i_DSAPublicKey.3 \ 199 d2i_DSAPublicKey.3 \
195 d2i_ECPKParameters.3 \ 200 d2i_ECPKParameters.3 \
196 d2i_PKCS8PrivateKey.3 \
197 d2i_RSAPublicKey.3 \ 201 d2i_RSAPublicKey.3 \
198 d2i_X509.3 \ 202 d2i_X509.3 \
199 d2i_X509_ALGOR.3 \ 203 d2i_X509_ALGOR.3 \
@@ -204,15 +208,11 @@ GENMAN= \
204 dh.3 \ 208 dh.3 \
205 dsa.3 \ 209 dsa.3 \
206 ec.3 \ 210 ec.3 \
207 ecdsa.3 \
208 engine.3 \ 211 engine.3 \
209 evp.3 \ 212 evp.3 \
210 i2d_PKCS7_bio_stream.3 \ 213 i2d_PKCS7_bio_stream.3 \
211 lh_stats.3 \ 214 lh_stats.3 \
212 lhash.3 \
213 rsa.3 \ 215 rsa.3 \
214 ui.3 \
215 ui_compat.3 \
216 x509.3 \ 216 x509.3 \
217 217
218MAN+= ${GENMAN} 218MAN+= ${GENMAN}
@@ -605,6 +605,23 @@ MLINKS+=\
605 EC_POINT_new.3 EC_POINT_set_compressed_coordinates_GF2m.3 \ 605 EC_POINT_new.3 EC_POINT_set_compressed_coordinates_GF2m.3 \
606 EC_POINT_new.3 EC_POINT_set_compressed_coordinates_GFp.3 \ 606 EC_POINT_new.3 EC_POINT_set_compressed_coordinates_GFp.3 \
607 EC_POINT_new.3 EC_POINT_set_to_infinity.3 \ 607 EC_POINT_new.3 EC_POINT_set_to_infinity.3 \
608 ECDSA_SIG_new.3 ECDSA_OpenSSL.3 \
609 ECDSA_SIG_new.3 ECDSA_SIG_free.3 \
610 ECDSA_SIG_new.3 ECDSA_do_sign.3 \
611 ECDSA_SIG_new.3 ECDSA_do_sign_ex.3 \
612 ECDSA_SIG_new.3 ECDSA_do_verify.3 \
613 ECDSA_SIG_new.3 ECDSA_get_default_method.3 \
614 ECDSA_SIG_new.3 ECDSA_get_ex_data.3 \
615 ECDSA_SIG_new.3 ECDSA_get_ex_new_index.3 \
616 ECDSA_SIG_new.3 ECDSA_set_default_method.3 \
617 ECDSA_SIG_new.3 ECDSA_set_ex_data.3 \
618 ECDSA_SIG_new.3 ECDSA_set_method.3 \
619 ECDSA_SIG_new.3 ECDSA_sign.3 \
620 ECDSA_SIG_new.3 ECDSA_sign_ex.3 \
621 ECDSA_SIG_new.3 ECDSA_sign_setup.3 \
622 ECDSA_SIG_new.3 ECDSA_verify.3 \
623 ECDSA_SIG_new.3 d2i_ECDSA_SIG.3 \
624 ECDSA_SIG_new.3 i2d_ECDSA_SIG.3 \
608 ERR_GET_LIB.3 ERR_GET_FUNC.3 \ 625 ERR_GET_LIB.3 ERR_GET_FUNC.3 \
609 ERR_GET_LIB.3 ERR_GET_REASON.3 \ 626 ERR_GET_LIB.3 ERR_GET_REASON.3 \
610 ERR_error_string.3 ERR_error_string_n.3 \ 627 ERR_error_string.3 ERR_error_string_n.3 \
@@ -982,38 +999,37 @@ MLINKS+=\
982 X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set_purpose.3 \ 999 X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set_purpose.3 \
983 X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set_time.3 \ 1000 X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set_time.3 \
984 X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set_trust.3 \ 1001 X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set_trust.3 \
985 bn_internal.3 bn_add_words.3 \ 1002 bn_dump.3 bn_add_words.3 \
986 bn_internal.3 bn_check_top.3 \ 1003 bn_dump.3 bn_check_top.3 \
987 bn_internal.3 bn_cmp_words.3 \ 1004 bn_dump.3 bn_cmp_words.3 \
988 bn_internal.3 bn_div_words.3 \ 1005 bn_dump.3 bn_div_words.3 \
989 bn_internal.3 bn_dump.3 \ 1006 bn_dump.3 bn_expand.3 \
990 bn_internal.3 bn_expand.3 \ 1007 bn_dump.3 bn_expand2.3 \
991 bn_internal.3 bn_expand2.3 \ 1008 bn_dump.3 bn_fix_top.3 \
992 bn_internal.3 bn_fix_top.3 \ 1009 bn_dump.3 bn_mul_add_words.3 \
993 bn_internal.3 bn_mul_add_words.3 \ 1010 bn_dump.3 bn_mul_comba4.3 \
994 bn_internal.3 bn_mul_comba4.3 \ 1011 bn_dump.3 bn_mul_comba8.3 \
995 bn_internal.3 bn_mul_comba8.3 \ 1012 bn_dump.3 bn_mul_high.3 \
996 bn_internal.3 bn_mul_high.3 \ 1013 bn_dump.3 bn_mul_low_normal.3 \
997 bn_internal.3 bn_mul_low_normal.3 \ 1014 bn_dump.3 bn_mul_low_recursive.3 \
998 bn_internal.3 bn_mul_low_recursive.3 \ 1015 bn_dump.3 bn_mul_normal.3 \
999 bn_internal.3 bn_mul_normal.3 \ 1016 bn_dump.3 bn_mul_part_recursive.3 \
1000 bn_internal.3 bn_mul_part_recursive.3 \ 1017 bn_dump.3 bn_mul_recursive.3 \
1001 bn_internal.3 bn_mul_recursive.3 \ 1018 bn_dump.3 bn_mul_words.3 \
1002 bn_internal.3 bn_mul_words.3 \ 1019 bn_dump.3 bn_print.3 \
1003 bn_internal.3 bn_print.3 \ 1020 bn_dump.3 bn_set_high.3 \
1004 bn_internal.3 bn_set_high.3 \ 1021 bn_dump.3 bn_set_low.3 \
1005 bn_internal.3 bn_set_low.3 \ 1022 bn_dump.3 bn_set_max.3 \
1006 bn_internal.3 bn_set_max.3 \ 1023 bn_dump.3 bn_sqr_comba4.3 \
1007 bn_internal.3 bn_sqr_comba4.3 \ 1024 bn_dump.3 bn_sqr_comba8.3 \
1008 bn_internal.3 bn_sqr_comba8.3 \ 1025 bn_dump.3 bn_sqr_normal.3 \
1009 bn_internal.3 bn_sqr_normal.3 \ 1026 bn_dump.3 bn_sqr_recursive.3 \
1010 bn_internal.3 bn_sqr_recursive.3 \ 1027 bn_dump.3 bn_sqr_words.3 \
1011 bn_internal.3 bn_sqr_words.3 \ 1028 bn_dump.3 bn_sub_words.3 \
1012 bn_internal.3 bn_sub_words.3 \ 1029 bn_dump.3 bn_wexpand.3 \
1013 bn_internal.3 bn_wexpand.3 \ 1030 bn_dump.3 mul.3 \
1014 bn_internal.3 mul.3 \ 1031 bn_dump.3 mul_add.3 \
1015 bn_internal.3 mul_add.3 \ 1032 bn_dump.3 sqr.3 \
1016 bn_internal.3 sqr.3 \
1017 d2i_ASN1_OBJECT.3 i2d_ASN1_OBJECT.3 \ 1033 d2i_ASN1_OBJECT.3 i2d_ASN1_OBJECT.3 \
1018 d2i_DHparams.3 i2d_DHparams.3 \ 1034 d2i_DHparams.3 i2d_DHparams.3 \
1019 d2i_DSAPublicKey.3 d2i_DSAPrivateKey.3 \ 1035 d2i_DSAPublicKey.3 d2i_DSAPrivateKey.3 \
@@ -1032,12 +1048,11 @@ MLINKS+=\
1032 d2i_ECPKParameters.3 i2d_ECPKParameters.3 \ 1048 d2i_ECPKParameters.3 i2d_ECPKParameters.3 \
1033 d2i_ECPKParameters.3 i2d_ECPKParameters_bio.3 \ 1049 d2i_ECPKParameters.3 i2d_ECPKParameters_bio.3 \
1034 d2i_ECPKParameters.3 i2d_ECPKParameters_fp.3 \ 1050 d2i_ECPKParameters.3 i2d_ECPKParameters_fp.3 \
1035 d2i_PKCS8PrivateKey.3 d2i_PKCS8PrivateKey_bio.3 \ 1051 d2i_PKCS8PrivateKey_bio.3 d2i_PKCS8PrivateKey_fp.3 \
1036 d2i_PKCS8PrivateKey.3 d2i_PKCS8PrivateKey_fp.3 \ 1052 d2i_PKCS8PrivateKey_bio.3 i2d_PKCS8PrivateKey_bio.3 \
1037 d2i_PKCS8PrivateKey.3 i2d_PKCS8PrivateKey_bio.3 \ 1053 d2i_PKCS8PrivateKey_bio.3 i2d_PKCS8PrivateKey_fp.3 \
1038 d2i_PKCS8PrivateKey.3 i2d_PKCS8PrivateKey_fp.3 \ 1054 d2i_PKCS8PrivateKey_bio.3 i2d_PKCS8PrivateKey_nid_bio.3 \
1039 d2i_PKCS8PrivateKey.3 i2d_PKCS8PrivateKey_nid_bio.3 \ 1055 d2i_PKCS8PrivateKey_bio.3 i2d_PKCS8PrivateKey_nid_fp.3 \
1040 d2i_PKCS8PrivateKey.3 i2d_PKCS8PrivateKey_nid_fp.3 \
1041 d2i_RSAPublicKey.3 d2i_Netscape_RSA.3 \ 1056 d2i_RSAPublicKey.3 d2i_Netscape_RSA.3 \
1042 d2i_RSAPublicKey.3 d2i_RSAPrivateKey.3 \ 1057 d2i_RSAPublicKey.3 d2i_RSAPrivateKey.3 \
1043 d2i_RSAPublicKey.3 i2d_Netscape_RSA.3 \ 1058 d2i_RSAPublicKey.3 i2d_Netscape_RSA.3 \
@@ -1060,24 +1075,9 @@ MLINKS+=\
1060 d2i_X509_REQ.3 i2d_X509_REQ.3 \ 1075 d2i_X509_REQ.3 i2d_X509_REQ.3 \
1061 d2i_X509_REQ.3 i2d_X509_REQ_bio.3 \ 1076 d2i_X509_REQ.3 i2d_X509_REQ_bio.3 \
1062 d2i_X509_REQ.3 i2d_X509_REQ_fp.3 \ 1077 d2i_X509_REQ.3 i2d_X509_REQ_fp.3 \
1063 ecdsa.3 ECDSA_OpenSSL.3 \ 1078 des_read_pw.3 des_read_2passwords.3 \
1064 ecdsa.3 ECDSA_SIG_free.3 \ 1079 des_read_pw.3 des_read_password.3 \
1065 ecdsa.3 ECDSA_SIG_new.3 \ 1080 des_read_pw.3 des_read_pw_string.3 \
1066 ecdsa.3 ECDSA_do_sign.3 \
1067 ecdsa.3 ECDSA_do_sign_ex.3 \
1068 ecdsa.3 ECDSA_do_verify.3 \
1069 ecdsa.3 ECDSA_get_default_method.3 \
1070 ecdsa.3 ECDSA_get_ex_data.3 \
1071 ecdsa.3 ECDSA_get_ex_new_index.3 \
1072 ecdsa.3 ECDSA_set_default_method.3 \
1073 ecdsa.3 ECDSA_set_ex_data.3 \
1074 ecdsa.3 ECDSA_set_method.3 \
1075 ecdsa.3 ECDSA_sign.3 \
1076 ecdsa.3 ECDSA_sign_ex.3 \
1077 ecdsa.3 ECDSA_sign_setup.3 \
1078 ecdsa.3 ECDSA_verify.3 \
1079 ecdsa.3 d2i_ECDSA_SIG.3 \
1080 ecdsa.3 i2d_ECDSA_SIG.3 \
1081 engine.3 ENGINE_add.3 \ 1081 engine.3 ENGINE_add.3 \
1082 engine.3 ENGINE_by_id.3 \ 1082 engine.3 ENGINE_by_id.3 \
1083 engine.3 ENGINE_finish.3 \ 1083 engine.3 ENGINE_finish.3 \
@@ -1088,47 +1088,41 @@ MLINKS+=\
1088 engine.3 ENGINE_init.3 \ 1088 engine.3 ENGINE_init.3 \
1089 engine.3 ENGINE_load_builtin_engines.3 \ 1089 engine.3 ENGINE_load_builtin_engines.3 \
1090 engine.3 ENGINE_remove.3 \ 1090 engine.3 ENGINE_remove.3 \
1091 lh_new.3 lh_delete.3 \
1092 lh_new.3 lh_doall.3 \
1093 lh_new.3 lh_doall_arg.3 \
1094 lh_new.3 lh_error.3 \
1095 lh_new.3 lh_free.3 \
1096 lh_new.3 lh_insert.3 \
1097 lh_new.3 lh_retrieve.3 \
1091 lh_stats.3 lh_node_stats.3 \ 1098 lh_stats.3 lh_node_stats.3 \
1092 lh_stats.3 lh_node_stats_bio.3 \ 1099 lh_stats.3 lh_node_stats_bio.3 \
1093 lh_stats.3 lh_node_usage_stats.3 \ 1100 lh_stats.3 lh_node_usage_stats.3 \
1094 lh_stats.3 lh_node_usage_stats_bio.3 \ 1101 lh_stats.3 lh_node_usage_stats_bio.3 \
1095 lh_stats.3 lh_stats_bio.3 \ 1102 lh_stats.3 lh_stats_bio.3 \
1096 lhash.3 lh_delete.3 \ 1103 ui_new.3 UI_OpenSSL.3 \
1097 lhash.3 lh_doall.3 \ 1104 ui_new.3 UI_add_error_string.3 \
1098 lhash.3 lh_doall_arg.3 \ 1105 ui_new.3 UI_add_info_string.3 \
1099 lhash.3 lh_error.3 \ 1106 ui_new.3 UI_add_input_boolean.3 \
1100 lhash.3 lh_free.3 \ 1107 ui_new.3 UI_add_input_string.3 \
1101 lhash.3 lh_insert.3 \ 1108 ui_new.3 UI_add_user_data.3 \
1102 lhash.3 lh_new.3 \ 1109 ui_new.3 UI_add_verify_string.3 \
1103 lhash.3 lh_retrieve.3 \ 1110 ui_new.3 UI_construct_prompt.3 \
1104 ui.3 UI_OpenSSL.3 \ 1111 ui_new.3 UI_ctrl.3 \
1105 ui.3 UI_add_error_string.3 \ 1112 ui_new.3 UI_dup_error_string.3 \
1106 ui.3 UI_add_info_string.3 \ 1113 ui_new.3 UI_dup_info_string.3 \
1107 ui.3 UI_add_input_boolean.3 \ 1114 ui_new.3 UI_dup_input_boolean.3 \
1108 ui.3 UI_add_input_string.3 \ 1115 ui_new.3 UI_dup_input_string.3 \
1109 ui.3 UI_add_user_data.3 \ 1116 ui_new.3 UI_dup_verify_string.3 \
1110 ui.3 UI_add_verify_string.3 \ 1117 ui_new.3 UI_free.3 \
1111 ui.3 UI_construct_prompt.3 \ 1118 ui_new.3 UI_get0_result.3 \
1112 ui.3 UI_ctrl.3 \ 1119 ui_new.3 UI_get0_user_data.3 \
1113 ui.3 UI_dup_error_string.3 \ 1120 ui_new.3 UI_get_default_method.3 \
1114 ui.3 UI_dup_info_string.3 \ 1121 ui_new.3 UI_get_method.3 \
1115 ui.3 UI_dup_input_boolean.3 \ 1122 ui_new.3 UI_new_method.3 \
1116 ui.3 UI_dup_input_string.3 \ 1123 ui_new.3 UI_process.3 \
1117 ui.3 UI_dup_verify_string.3 \ 1124 ui_new.3 UI_set_default_method.3 \
1118 ui.3 UI_free.3 \ 1125 ui_new.3 UI_set_method.3
1119 ui.3 UI_get0_result.3 \
1120 ui.3 UI_get0_user_data.3 \
1121 ui.3 UI_get_default_method.3 \
1122 ui.3 UI_get_method.3 \
1123 ui.3 UI_new.3 \
1124 ui.3 UI_new_method.3 \
1125 ui.3 UI_process.3 \
1126 ui.3 UI_set_default_method.3 \
1127 ui.3 UI_set_method.3 \
1128 ui_compat.3 des_read_2passwords.3 \
1129 ui_compat.3 des_read_password.3 \
1130 ui_compat.3 des_read_pw.3 \
1131 ui_compat.3 des_read_pw_string.3
1132 1126
1133.include <bsd.man.mk> 1127.include <bsd.man.mk>
1134.else 1128.else