summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/objects/obj_dat.c')
-rw-r--r--src/lib/libcrypto/objects/obj_dat.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/lib/libcrypto/objects/obj_dat.c b/src/lib/libcrypto/objects/obj_dat.c
index 1719cc73e2..bfa9ba3cc8 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.86 2024/02/26 15:00:30 tb Exp $ */ 1/* $OpenBSD: obj_dat.c,v 1.87 2024/03/02 09:47:16 tb 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 *
@@ -436,23 +436,6 @@ OBJ_ln2nid(const char *ln)
436} 436}
437LCRYPTO_ALIAS(OBJ_ln2nid); 437LCRYPTO_ALIAS(OBJ_ln2nid);
438 438
439const void *
440OBJ_bsearch_(const void *key, const void *base, int num, int size,
441 int (*cmp)(const void *, const void *))
442{
443 OBJerror(ERR_R_DISABLED);
444 return NULL;
445}
446LCRYPTO_ALIAS(OBJ_bsearch_);
447
448const void *
449OBJ_bsearch_ex_(const void *key, const void *base_, int num, int size,
450 int (*cmp)(const void *, const void *), int flags)
451{
452 OBJerror(ERR_R_DISABLED);
453 return NULL;
454}
455
456/* Convert an object name into an ASN1_OBJECT 439/* Convert an object name into an ASN1_OBJECT
457 * if "noname" is not set then search for short and long names first. 440 * if "noname" is not set then search for short and long names first.
458 * This will convert the "dotted" form into an object: unlike OBJ_txt2nid 441 * This will convert the "dotted" form into an object: unlike OBJ_txt2nid