summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/objects')
-rw-r--r--src/lib/libcrypto/objects/obj_dat.c6
-rw-r--r--src/lib/libcrypto/objects/objects.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/objects/obj_dat.c b/src/lib/libcrypto/objects/obj_dat.c
index b42d0e5e9c..6adc4068a3 100644
--- a/src/lib/libcrypto/objects/obj_dat.c
+++ b/src/lib/libcrypto/objects/obj_dat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: obj_dat.c,v 1.50 2022/11/26 16:08:53 tb Exp $ */ 1/* $OpenBSD: obj_dat.c,v 1.51 2022/12/26 07:18:52 jmc Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -251,7 +251,7 @@ static IMPLEMENT_LHASH_DOALL_FN(cleanup2, ADDED_OBJ)
251static IMPLEMENT_LHASH_DOALL_FN(cleanup3, ADDED_OBJ) 251static IMPLEMENT_LHASH_DOALL_FN(cleanup3, ADDED_OBJ)
252 252
253/* The purpose of obj_cleanup_defer is to avoid EVP_cleanup() attempting 253/* The purpose of obj_cleanup_defer is to avoid EVP_cleanup() attempting
254 * to use freed up OIDs. If neccessary the actual freeing up of OIDs is 254 * to use freed up OIDs. If necessary the actual freeing up of OIDs is
255 * delayed. 255 * delayed.
256 */ 256 */
257 257
@@ -320,7 +320,7 @@ OBJ_add_object(const ASN1_OBJECT *obj)
320 ao[i]->type = i; 320 ao[i]->type = i;
321 ao[i]->obj = o; 321 ao[i]->obj = o;
322 aop = lh_ADDED_OBJ_insert(added, ao[i]); 322 aop = lh_ADDED_OBJ_insert(added, ao[i]);
323 /* memory leak, buit should not normally matter */ 323 /* memory leak, but should not normally matter */
324 free(aop); 324 free(aop);
325 } 325 }
326 } 326 }
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt
index 283686f9ff..4ce86ac88e 100644
--- a/src/lib/libcrypto/objects/objects.txt
+++ b/src/lib/libcrypto/objects/objects.txt
@@ -842,7 +842,7 @@ internet 6 : snmpv2 : SNMPv2
842# Documents refer to "internet 7" as "mail". This however leads to ambiguities 842# Documents refer to "internet 7" as "mail". This however leads to ambiguities
843# with RFC2798, Section 9.1.3, where "mail" is defined as the short name for 843# with RFC2798, Section 9.1.3, where "mail" is defined as the short name for
844# rfc822Mailbox. The short name is therefore here left out for a reason. 844# rfc822Mailbox. The short name is therefore here left out for a reason.
845# Subclasses of "mail", e.g. "MIME MHS" don't consitute a problem, as 845# Subclasses of "mail", e.g. "MIME MHS" don't constitute a problem, as
846# references are realized via long name "Mail" (with capital M). 846# references are realized via long name "Mail" (with capital M).
847internet 7 : : Mail 847internet 7 : : Mail
848 848