summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsg <>2022-01-01 02:06:07 +0000
committerjsg <>2022-01-01 02:06:07 +0000
commit0b7dde5850d46601d613843b4a0679ad697a517f (patch)
treeef4e762fd1947216b70f965f31365350aea64eab /src/lib
parent35b2d3bb68f5d49ebe5bb49f3787404cedfeeed3 (diff)
downloadopenbsd-0b7dde5850d46601d613843b4a0679ad697a517f.tar.gz
openbsd-0b7dde5850d46601d613843b4a0679ad697a517f.tar.bz2
openbsd-0b7dde5850d46601d613843b4a0679ad697a517f.zip
identfier -> identifier
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/OBJ_create.36
-rw-r--r--src/lib/libcrypto/man/a2d_ASN1_OBJECT.36
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/OBJ_create.3 b/src/lib/libcrypto/man/OBJ_create.3
index 1710d76e5a..e587eb1517 100644
--- a/src/lib/libcrypto/man/OBJ_create.3
+++ b/src/lib/libcrypto/man/OBJ_create.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OBJ_create.3,v 1.5 2021/12/18 17:47:45 schwarze Exp $ 1.\" $OpenBSD: OBJ_create.3,v 1.6 2022/01/01 02:06:07 jsg Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL OBJ_nid2obj.pod 9b86974e Aug 17 15:21:33 2015 -0400 3.\" OpenSSL OBJ_nid2obj.pod 9b86974e Aug 17 15:21:33 2015 -0400
4.\" selective merge up to: 4.\" selective merge up to:
@@ -69,7 +69,7 @@
69.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 69.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
70.\" OF THE POSSIBILITY OF SUCH DAMAGE. 70.\" OF THE POSSIBILITY OF SUCH DAMAGE.
71.\" 71.\"
72.Dd $Mdocdate: December 18 2021 $ 72.Dd $Mdocdate: January 1 2022 $
73.Dt OBJ_CREATE 3 73.Dt OBJ_CREATE 3
74.Os 74.Os
75.Sh NAME 75.Sh NAME
@@ -228,7 +228,7 @@ returns the new NID or
228.Dv NID_undef 228.Dv NID_undef
229if 229if
230.Fa oid 230.Fa oid
231is not a valid representation of an object identfier 231is not a valid representation of an object identifier
232or if memory allocation fails. 232or if memory allocation fails.
233.Pp 233.Pp
234.Fn OBJ_create_objects 234.Fn OBJ_create_objects
diff --git a/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3 b/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3
index 8cf6489614..274d93cbd4 100644
--- a/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3
+++ b/src/lib/libcrypto/man/a2d_ASN1_OBJECT.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: a2d_ASN1_OBJECT.3,v 1.1 2021/11/22 14:00:27 schwarze Exp $ 1.\" $OpenBSD: a2d_ASN1_OBJECT.3,v 1.2 2022/01/01 02:06:07 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: November 22 2021 $ 17.Dd $Mdocdate: January 1 2022 $
18.Dt A2D_ASN1_OBJECT 3 18.Dt A2D_ASN1_OBJECT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -63,7 +63,7 @@ returns the number of content octets that were or would be written or 0 if
63.Fa ilen 63.Fa ilen
64is 0, if 64is 0, if
65.Fa val_in 65.Fa val_in
66is not a valid representation of an object identfier, 66is not a valid representation of an object identifier,
67if memory allocation fails, or if the number of content octets 67if memory allocation fails, or if the number of content octets
68would be larger than 68would be larger than
69.Fa olen . 69.Fa olen .