diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-06 21:30:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-06 21:30:28 +0000 |
commit | a9bf7709514378c7ed66a179204c6a8851fc2cc7 (patch) | |
tree | 74f01c2c34414df946fd8c420580b85fdb78fc40 /lib/libcrypto | |
parent | 1e29739e97d527d7e1c81632e5a434e990315d94 (diff) |
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@.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 b/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 index 4ba77caa31f..bb9b0e127b7 100644 --- a/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 +++ b/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 <steve@openssl.org>. @@ -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 , |