diff options
author | 2018-03-29 20:07:45 +0000 | |
---|---|---|
committer | 2018-03-29 20:07:45 +0000 | |
commit | a3f937d1d9a8cfb7ffa803c97eb898d82f9d9e6b (patch) | |
tree | ce143ca5857c632e3eb7a19c9284e854a32ad441 /lib | |
parent | Initialize the secondary core's schedstate before spinning them up. (diff) | |
download | wireguard-openbsd-a3f937d1d9a8cfb7ffa803c97eb898d82f9d9e6b.tar.xz wireguard-openbsd-a3f937d1d9a8cfb7ffa803c97eb898d82f9d9e6b.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 'lib')
-rw-r--r-- | lib/libcrypto/man/ASN1_STRING_length.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/man/ASN1_STRING_length.3 b/lib/libcrypto/man/ASN1_STRING_length.3 index 8c36899cddf..599319f864e 100644 --- a/lib/libcrypto/man/ASN1_STRING_length.3 +++ b/lib/libcrypto/man/ASN1_STRING_length.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: ASN1_STRING_length.3,v 1.14 2018/03/27 17:35:50 schwarze Exp $ -.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 +.\" $OpenBSD: ASN1_STRING_length.3,v 1.15 2018/03/29 20:07:45 schwarze Exp $ +.\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300 .\" .\" This file is a derived work. .\" The changes are covered by the following Copyright and license: @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: March 29 2018 $ .Dt ASN1_STRING_LENGTH 3 .Os .Sh NAME @@ -240,9 +240,9 @@ is NUL terminated, and it may contain embedded NUL characters. The format of the data depends on the string type: for example for an .Vt IA5String -the data contains ASCII characters, a +the data contains ASCII characters, for a .Vt BMPString -two bytes per character in big endian format, and a +two bytes per character in big endian format, and for a .Vt UTF8String UTF-8 characters. .Pp |