summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_OBJECT_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_OBJECT_new.3')
-rw-r--r--src/lib/libcrypto/man/ASN1_OBJECT_new.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ASN1_OBJECT_new.3 b/src/lib/libcrypto/man/ASN1_OBJECT_new.3
index 9c73dcb0ce..cdae2be12c 100644
--- a/src/lib/libcrypto/man/ASN1_OBJECT_new.3
+++ b/src/lib/libcrypto/man/ASN1_OBJECT_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_OBJECT_new.3,v 1.4 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: ASN1_OBJECT_new.3,v 1.5 2016/11/06 16:56:46 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 6 2016 $
4.Dt ASN1_OBJECT_NEW 3 4.Dt ASN1_OBJECT_NEW 3
@@ -6,7 +6,7 @@
6.Sh NAME 6.Sh NAME
7.Nm ASN1_OBJECT_new , 7.Nm ASN1_OBJECT_new ,
8.Nm ASN1_OBJECT_free 8.Nm ASN1_OBJECT_free
9.Nd ASN1 object allocation functions 9.Nd ASN.1 object allocation functions
10.Sh SYNOPSIS 10.Sh SYNOPSIS
11.In openssl/asn1.h 11.In openssl/asn1.h
12.Ft ASN1_OBJECT * 12.Ft ASN1_OBJECT *
@@ -20,7 +20,7 @@
20.Sh DESCRIPTION 20.Sh DESCRIPTION
21The ASN1_OBJECT allocation routines allocate and free an 21The ASN1_OBJECT allocation routines allocate and free an
22.Vt ASN1_OBJECT 22.Vt ASN1_OBJECT
23structure, which represents an ASN1 OBJECT IDENTIFIER. 23structure, which represents an ASN.1 OBJECT IDENTIFIER.
24.Pp 24.Pp
25.Fn ASN1_OBJECT_new 25.Fn ASN1_OBJECT_new
26allocates and initializes an 26allocates and initializes an
@@ -32,13 +32,13 @@ frees up the
32.Vt ASN1_OBJECT 32.Vt ASN1_OBJECT
33structure 33structure
34.Fa a . 34.Fa a .
35.Sh NOTES 35.Pp
36Although 36Although
37.Fn ASN1_OBJECT_new 37.Fn ASN1_OBJECT_new
38allocates a new 38allocates a new
39.Vt ASN1_OBJECT 39.Vt ASN1_OBJECT
40structure, it is almost never used in applications. 40structure, it is almost never used in applications.
41The ASN1 object utility functions such as 41The ASN.1 object utility functions such as
42.Xr OBJ_nid2obj 3 42.Xr OBJ_nid2obj 3
43are used instead. 43are used instead.
44.Sh RETURN VALUES 44.Sh RETURN VALUES