From 76bf5b848eff94a32025866bf92cfb56df3ae493 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 6 Jan 2017 21:30:27 +0000 Subject: Delete a sentence containing a cross reference to an undocumented function that had the the sole purpose of discouraging its use. Not talking about it at all discourages using it even more. Dangling cross reference reported by jmc@. --- src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 index 4ba77caa31..bb9b0e127b 100644 --- a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 +++ b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.4 2016/12/05 13:39:33 schwarze Exp $ +.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.5 2017/01/06 21:30:27 schwarze Exp $ .\" OpenSSL 2b4ffc65 Dec 23 19:28:30 2013 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 5 2016 $ +.Dd $Mdocdate: January 6 2017 $ .Dt X509_VERIFY_PARAM_SET_FLAGS 3 .Os .Sh NAME @@ -182,10 +182,6 @@ sets the maximum verification depth to .Fa depth . That is the maximum number of untrusted CA certificates that can appear in a chain. -.Pp -The above functions should be used to manipulate verification parameters -instead of legacy functions which work in specific structures such as -.Xr X509_STORE_CTX_set_flags 3 . .Sh RETURN VALUES .Fn X509_VERIFY_PARAM_set_flags , .Fn X509_VERIFY_PARAM_clear_flags , -- cgit v1.2.3-55-g6feb