summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2024-08-24 07:48:37 +0000
committertb <>2024-08-24 07:48:37 +0000
commitbf1f93fbf489016a56536bda74c7bbbbea4d4c8a (patch)
treed2bbbb98eebdfdc70a775382e6e12455493608f2 /src/lib/libcrypto/man/Makefile
parent56917f3bcb61bebc42b4cdbb89e6e6bdefe00e06 (diff)
downloadopenbsd-bf1f93fbf489016a56536bda74c7bbbbea4d4c8a.tar.gz
openbsd-bf1f93fbf489016a56536bda74c7bbbbea4d4c8a.tar.bz2
openbsd-bf1f93fbf489016a56536bda74c7bbbbea4d4c8a.zip
Remove documentation of UI_UTIL_read_pw*
According to some, a fail-open password verification function is par for the course for libcrypto. Unfortunately, we have been recommending its use over similarly named EVP functions after what amounted to a coin toss a few years back. Luckily enough, no one followed that advice and we can soon remove this API for good.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index d4633edddf..4973ea744c 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.289 2024/08/17 09:16:37 tb Exp $ 1# $OpenBSD: Makefile,v 1.290 2024/08/24 07:48:37 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -300,7 +300,6 @@ MAN= \
300 SMIME_write_PKCS7.3 \ 300 SMIME_write_PKCS7.3 \
301 STACK_OF.3 \ 301 STACK_OF.3 \
302 TS_REQ_new.3 \ 302 TS_REQ_new.3 \
303 UI_UTIL_read_pw.3 \
304 UI_create_method.3 \ 303 UI_create_method.3 \
305 UI_get_string_type.3 \ 304 UI_get_string_type.3 \
306 UI_new.3 \ 305 UI_new.3 \