summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2015-11-24 19:36:35 +0000
committerschwarze <>2015-11-24 19:36:35 +0000
commit538f104d39a36dc15e460dc8b641f8f410d06b85 (patch)
treea08ceb0aaa03f98f15d6656b9a095e7f5b7d13b8
parent30341a6298c257343705e4c665415356ea05630f (diff)
downloadopenbsd-538f104d39a36dc15e460dc8b641f8f410d06b85.tar.gz
openbsd-538f104d39a36dc15e460dc8b641f8f410d06b85.tar.bz2
openbsd-538f104d39a36dc15e460dc8b641f8f410d06b85.zip
Correct file name, no text change (no history yet, but sorry for the churn).
Issue noticed by jmc@, OK jmc@.
-rw-r--r--src/lib/libcrypto/man/Makefile50
-rw-r--r--src/lib/libcrypto/man/UI_new.3 (renamed from src/lib/libcrypto/man/ui_new.3)2
2 files changed, 26 insertions, 26 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 35dad94ab8..91ba5989cb 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.30 2015/11/21 14:20:07 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.31 2015/11/24 19:36:35 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -59,12 +59,12 @@ MAN= \
59 CRYPTO_set_locking_callback.3 \ 59 CRYPTO_set_locking_callback.3 \
60 ECDSA_SIG_new.3 \ 60 ECDSA_SIG_new.3 \
61 EVP_AEAD_CTX_init.3 \ 61 EVP_AEAD_CTX_init.3 \
62 UI_new.3 \
62 bn_dump.3 \ 63 bn_dump.3 \
63 crypto.3 \ 64 crypto.3 \
64 d2i_PKCS8PrivateKey_bio.3 \ 65 d2i_PKCS8PrivateKey_bio.3 \
65 des_read_pw.3 \ 66 des_read_pw.3 \
66 lh_new.3 \ 67 lh_new.3 \
67 ui_new.3 \
68 68
69GENMAN= \ 69GENMAN= \
70 DES_set_key.3 \ 70 DES_set_key.3 \
@@ -999,6 +999,29 @@ MLINKS+=\
999 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 \
1000 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 \
1001 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 \
1002 UI_new.3 UI_OpenSSL.3 \
1003 UI_new.3 UI_add_error_string.3 \
1004 UI_new.3 UI_add_info_string.3 \
1005 UI_new.3 UI_add_input_boolean.3 \
1006 UI_new.3 UI_add_input_string.3 \
1007 UI_new.3 UI_add_user_data.3 \
1008 UI_new.3 UI_add_verify_string.3 \
1009 UI_new.3 UI_construct_prompt.3 \
1010 UI_new.3 UI_ctrl.3 \
1011 UI_new.3 UI_dup_error_string.3 \
1012 UI_new.3 UI_dup_info_string.3 \
1013 UI_new.3 UI_dup_input_boolean.3 \
1014 UI_new.3 UI_dup_input_string.3 \
1015 UI_new.3 UI_dup_verify_string.3 \
1016 UI_new.3 UI_free.3 \
1017 UI_new.3 UI_get0_result.3 \
1018 UI_new.3 UI_get0_user_data.3 \
1019 UI_new.3 UI_get_default_method.3 \
1020 UI_new.3 UI_get_method.3 \
1021 UI_new.3 UI_new_method.3 \
1022 UI_new.3 UI_process.3 \
1023 UI_new.3 UI_set_default_method.3 \
1024 UI_new.3 UI_set_method.3 \
1002 bn_dump.3 bn_add_words.3 \ 1025 bn_dump.3 bn_add_words.3 \
1003 bn_dump.3 bn_check_top.3 \ 1026 bn_dump.3 bn_check_top.3 \
1004 bn_dump.3 bn_cmp_words.3 \ 1027 bn_dump.3 bn_cmp_words.3 \
@@ -1100,29 +1123,6 @@ MLINKS+=\
1100 lh_stats.3 lh_node_usage_stats.3 \ 1123 lh_stats.3 lh_node_usage_stats.3 \
1101 lh_stats.3 lh_node_usage_stats_bio.3 \ 1124 lh_stats.3 lh_node_usage_stats_bio.3 \
1102 lh_stats.3 lh_stats_bio.3 \ 1125 lh_stats.3 lh_stats_bio.3 \
1103 ui_new.3 UI_OpenSSL.3 \
1104 ui_new.3 UI_add_error_string.3 \
1105 ui_new.3 UI_add_info_string.3 \
1106 ui_new.3 UI_add_input_boolean.3 \
1107 ui_new.3 UI_add_input_string.3 \
1108 ui_new.3 UI_add_user_data.3 \
1109 ui_new.3 UI_add_verify_string.3 \
1110 ui_new.3 UI_construct_prompt.3 \
1111 ui_new.3 UI_ctrl.3 \
1112 ui_new.3 UI_dup_error_string.3 \
1113 ui_new.3 UI_dup_info_string.3 \
1114 ui_new.3 UI_dup_input_boolean.3 \
1115 ui_new.3 UI_dup_input_string.3 \
1116 ui_new.3 UI_dup_verify_string.3 \
1117 ui_new.3 UI_free.3 \
1118 ui_new.3 UI_get0_result.3 \
1119 ui_new.3 UI_get0_user_data.3 \
1120 ui_new.3 UI_get_default_method.3 \
1121 ui_new.3 UI_get_method.3 \
1122 ui_new.3 UI_new_method.3 \
1123 ui_new.3 UI_process.3 \
1124 ui_new.3 UI_set_default_method.3 \
1125 ui_new.3 UI_set_method.3
1126 1126
1127.include <bsd.man.mk> 1127.include <bsd.man.mk>
1128.else 1128.else
diff --git a/src/lib/libcrypto/man/ui_new.3 b/src/lib/libcrypto/man/UI_new.3
index d841c212d8..9d0c518791 100644
--- a/src/lib/libcrypto/man/ui_new.3
+++ b/src/lib/libcrypto/man/UI_new.3
@@ -1,4 +1,4 @@
1.Dd $Mdocdate: November 12 2015 $ 1.Dd $Mdocdate: November 24 2015 $
2.Dt UI_NEW 3 2.Dt UI_NEW 3
3.Os 3.Os
4.Sh NAME 4.Sh NAME