diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-06 03:00:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-06 03:00:57 +0000 |
commit | d225db0428bc13587e68331c696f94b2af16ef6d (patch) | |
tree | 4d1ad9cc1810bd0ca453edcdd8102559e29bf057 /lib | |
parent | 2ee29bd849c7fecf23060b34c4144303a331ac15 (diff) |
Delete a sentence that attempted to explain an implementation detail
by referencing a non-existent manual page.
Broken .Xr reported by jmc@.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 b/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 index 50e23829bdd..a2a9314c07f 100644 --- a/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 +++ b/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_NAME_add_entry_by_txt.3,v 1.6 2016/12/25 22:15:10 schwarze Exp $ +.\" $OpenBSD: X509_NAME_add_entry_by_txt.3,v 1.7 2017/01/06 03:00:56 schwarze Exp $ .\" OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 25 2016 $ +.Dd $Mdocdate: January 6 2017 $ .Dt X509_NAME_ADD_ENTRY_BY_TXT 3 .Os .Sh NAME @@ -170,8 +170,6 @@ is strongly recommended for the parameter. This allows the internal code to correctly determine the type of the field and to apply length checks according to the relevant standards. -This is done using -.Xr ASN1_STRING_set_by_NID 3 . .Pp If instead an ASN.1 type is used, no checks are performed and the supplied data in |