summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjob <>2021-11-22 19:32:32 +0000
committerjob <>2021-11-22 19:32:32 +0000
commit91b883c95556fe6a30bb452776e5ad062929ab8d (patch)
tree19822468981f7b844592f3060c5700c9a608693b
parentc35c83a3705f12b65b938eae4df7b588b8d76be0 (diff)
downloadopenbsd-91b883c95556fe6a30bb452776e5ad062929ab8d.tar.gz
openbsd-91b883c95556fe6a30bb452776e5ad062929ab8d.tar.bz2
openbsd-91b883c95556fe6a30bb452776e5ad062929ab8d.zip
Fix typo
thanks Matthias Schmidt
-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