diff options
author | job <> | 2021-11-22 19:32:32 +0000 |
---|---|---|
committer | job <> | 2021-11-22 19:32:32 +0000 |
commit | d43f8ab6f7b13d308f389ff3c93d1538c0fdfac3 (patch) | |
tree | 19822468981f7b844592f3060c5700c9a608693b /src | |
parent | db07b15d956a05640e847b9188ebd8efbc86156e (diff) | |
download | openbsd-d43f8ab6f7b13d308f389ff3c93d1538c0fdfac3.tar.gz openbsd-d43f8ab6f7b13d308f389ff3c93d1538c0fdfac3.tar.bz2 openbsd-d43f8ab6f7b13d308f389ff3c93d1538c0fdfac3.zip |
Fix typo
thanks Matthias Schmidt
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_NULL_new.3 | 4 |
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 |
41 | has no effect whatsoever. | 41 | has no effect whatsoever. |
42 | In particular, i ignores the | 42 | In particular, it ignores the |
43 | .Fa val_in | 43 | .Fa val_in |
44 | argument and does not free any memory. | 44 | argument and does not free any memory. |
45 | In normal use, application programs only pass the invalid pointer | 45 | In normal use, application programs only pass the invalid pointer |