summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-03-29 20:07:45 +0000
committerschwarze <>2018-03-29 20:07:45 +0000
commit521c7e22fd6b89739748e08361782ed92d1de336 (patch)
tree88d766f059970add63e2eed23fe8750718d1cbdf /src
parent3fe71f438648cc6282b6b7563331849be9671916 (diff)
downloadopenbsd-521c7e22fd6b89739748e08361782ed92d1de336.tar.gz
openbsd-521c7e22fd6b89739748e08361782ed92d1de336.tar.bz2
openbsd-521c7e22fd6b89739748e08361782ed92d1de336.zip
missing words; from Ivan Filenko <ivan dot filenko at protonmail dot com>
via OpenSSL commit 4a56d2a3 Feb 25 16:49:27 2018 +0300
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_length.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_length.3 b/src/lib/libcrypto/man/ASN1_STRING_length.3
index 8c36899cdd..599319f864 100644
--- a/src/lib/libcrypto/man/ASN1_STRING_length.3
+++ b/src/lib/libcrypto/man/ASN1_STRING_length.3
@@ -1,5 +1,5 @@
1.\" $OpenBSD: ASN1_STRING_length.3,v 1.14 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_length.3,v 1.15 2018/03/29 20:07:45 schwarze Exp $
2.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 2.\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
5.\" The changes are covered by the following Copyright and license: 5.\" The changes are covered by the following Copyright and license:
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: March 27 2018 $ 69.Dd $Mdocdate: March 29 2018 $
70.Dt ASN1_STRING_LENGTH 3 70.Dt ASN1_STRING_LENGTH 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -240,9 +240,9 @@ is NUL terminated, and it may contain embedded NUL characters.
240The format of the data depends on the string type: 240The format of the data depends on the string type:
241for example for an 241for example for an
242.Vt IA5String 242.Vt IA5String
243the data contains ASCII characters, a 243the data contains ASCII characters, for a
244.Vt BMPString 244.Vt BMPString
245two bytes per character in big endian format, and a 245two bytes per character in big endian format, and for a
246.Vt UTF8String 246.Vt UTF8String
247UTF-8 characters. 247UTF-8 characters.
248.Pp 248.Pp