diff options
author | schwarze <> | 2017-01-06 03:00:56 +0000 |
---|---|---|
committer | schwarze <> | 2017-01-06 03:00:56 +0000 |
commit | 341dd31326deb091bd6e788775bc8054ffb651c5 (patch) | |
tree | cc7ebbc7d5e507ed2e72ec1a59d60d68507bd572 /src | |
parent | 3813857d8c06041ab033bc8b2b26adc6f248111d (diff) | |
download | openbsd-341dd31326deb091bd6e788775bc8054ffb651c5.tar.gz openbsd-341dd31326deb091bd6e788775bc8054ffb651c5.tar.bz2 openbsd-341dd31326deb091bd6e788775bc8054ffb651c5.zip |
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 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 b/src/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 index 50e23829bd..a2a9314c07 100644 --- a/src/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 +++ b/src/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_NAME_add_entry_by_txt.3,v 1.6 2016/12/25 22:15:10 schwarze Exp $ | 1 | .\" $OpenBSD: X509_NAME_add_entry_by_txt.3,v 1.7 2017/01/06 03:00:56 schwarze Exp $ |
2 | .\" OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 | 2 | .\" OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: December 25 2016 $ | 52 | .Dd $Mdocdate: January 6 2017 $ |
53 | .Dt X509_NAME_ADD_ENTRY_BY_TXT 3 | 53 | .Dt X509_NAME_ADD_ENTRY_BY_TXT 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -170,8 +170,6 @@ is strongly recommended for the | |||
170 | parameter. | 170 | parameter. |
171 | This allows the internal code to correctly determine the type of the | 171 | This allows the internal code to correctly determine the type of the |
172 | field and to apply length checks according to the relevant standards. | 172 | field and to apply length checks according to the relevant standards. |
173 | This is done using | ||
174 | .Xr ASN1_STRING_set_by_NID 3 . | ||
175 | .Pp | 173 | .Pp |
176 | If instead an ASN.1 type is used, no checks are performed and the supplied | 174 | If instead an ASN.1 type is used, no checks are performed and the supplied |
177 | data in | 175 | data in |