diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-11-14 11:22:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-11-14 11:22:37 +0000 |
commit | 835ed096ea80fa69254f17e2f0cebb27de740d8f (patch) | |
tree | 8a32c98c0f45f6ed38e3abba1d634e020b0bc4bd | |
parent | 2f7208241e41a29cb82d657293164469a9a6b8a5 (diff) |
fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@
-rw-r--r-- | lib/libcrypto/man/ASN1_STRING_length.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/ASN1_STRING_length.3 b/lib/libcrypto/man/ASN1_STRING_length.3 index 9d8cbf83ce7..e24dd183730 100644 --- a/lib/libcrypto/man/ASN1_STRING_length.3 +++ b/lib/libcrypto/man/ASN1_STRING_length.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_STRING_length.3,v 1.23 2021/11/13 17:12:18 schwarze Exp $ +.\" $OpenBSD: ASN1_STRING_length.3,v 1.24 2021/11/14 11:22:36 schwarze Exp $ .\" full merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 .\" .\" This file is a derived work. @@ -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: November 13 2021 $ +.Dd $Mdocdate: November 14 2021 $ .Dt ASN1_STRING_LENGTH 3 .Os .Sh NAME @@ -346,7 +346,7 @@ returns a number of bytes. and .Fn ASN1_STRING_copy return 1 on success or 0 on failure. -They fail is memory allocation fails. +They fail if memory allocation fails. .Fn ASN1_STRING_set and .Fn ASN1_OCTET_STRING_set |