summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjob <>2021-11-22 19:32:32 +0000
committerjob <>2021-11-22 19:32:32 +0000
commitd43f8ab6f7b13d308f389ff3c93d1538c0fdfac3 (patch)
tree19822468981f7b844592f3060c5700c9a608693b /src/lib
parentdb07b15d956a05640e847b9188ebd8efbc86156e (diff)
downloadopenbsd-d43f8ab6f7b13d308f389ff3c93d1538c0fdfac3.tar.gz
openbsd-d43f8ab6f7b13d308f389ff3c93d1538c0fdfac3.tar.bz2
openbsd-d43f8ab6f7b13d308f389ff3c93d1538c0fdfac3.zip
Fix typo
thanks Matthias Schmidt
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/ASN1_NULL_new.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_NULL_new.3 b/src/lib/libcrypto/man/ASN1_NULL_new.3
index dc9f00b0a0..a5162aac41 100644
--- a/src/lib/libcrypto/man/ASN1_NULL_new.3
+++ b/src/lib/libcrypto/man/ASN1_NULL_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_NULL_new.3,v 1.1 2021/11/22 16:19:54 schwarze Exp $ 1.\" $OpenBSD: ASN1_NULL_new.3,v 1.2 2021/11/22 19:32:32 job Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -39,7 +39,7 @@ This function does not allocate memory and cannot fail.
39.Pp 39.Pp
40.Fn ASN1_NULL_free 40.Fn ASN1_NULL_free
41has no effect whatsoever. 41has no effect whatsoever.
42In particular, i ignores the 42In particular, it ignores the
43.Fa val_in 43.Fa val_in
44argument and does not free any memory. 44argument and does not free any memory.
45In normal use, application programs only pass the invalid pointer 45In normal use, application programs only pass the invalid pointer