From 0b7dde5850d46601d613843b4a0679ad697a517f Mon Sep 17 00:00:00 2001 From: jsg <> Date: Sat, 1 Jan 2022 02:06:07 +0000 Subject: identfier -> identifier --- src/lib/libcrypto/man/OBJ_create.3 | 6 +++--- src/lib/libcrypto/man/a2d_ASN1_OBJECT.3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib') 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 @@ -.\" $OpenBSD: OBJ_create.3,v 1.5 2021/12/18 17:47:45 schwarze Exp $ +.\" $OpenBSD: OBJ_create.3,v 1.6 2022/01/01 02:06:07 jsg Exp $ .\" full merge up to: .\" OpenSSL OBJ_nid2obj.pod 9b86974e Aug 17 15:21:33 2015 -0400 .\" selective merge up to: @@ -69,7 +69,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 18 2021 $ +.Dd $Mdocdate: January 1 2022 $ .Dt OBJ_CREATE 3 .Os .Sh NAME @@ -228,7 +228,7 @@ returns the new NID or .Dv NID_undef if .Fa oid -is not a valid representation of an object identfier +is not a valid representation of an object identifier or if memory allocation fails. .Pp .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 @@ -.\" $OpenBSD: a2d_ASN1_OBJECT.3,v 1.1 2021/11/22 14:00:27 schwarze Exp $ +.\" $OpenBSD: a2d_ASN1_OBJECT.3,v 1.2 2022/01/01 02:06:07 jsg Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 22 2021 $ +.Dd $Mdocdate: January 1 2022 $ .Dt A2D_ASN1_OBJECT 3 .Os .Sh NAME @@ -63,7 +63,7 @@ returns the number of content octets that were or would be written or 0 if .Fa ilen is 0, if .Fa val_in -is not a valid representation of an object identfier, +is not a valid representation of an object identifier, if memory allocation fails, or if the number of content octets would be larger than .Fa olen . -- cgit v1.2.3-55-g6feb