Remove unused OBJ_create_and_add_object()
authortb <tb@openbsd.org>
Sat, 2 Mar 2024 09:51:36 +0000 (09:51 +0000)
committertb <tb@openbsd.org>
Sat, 2 Mar 2024 09:51:36 +0000 (09:51 +0000)
This is an alias for OBJ_create(). I haven't dug into its history.

ok jsing

lib/libcrypto/objects/objects.h

index 2804e6f..1a8490b 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: objects.h,v 1.28 2024/03/02 09:50:47 tb Exp $ */
+/* $OpenBSD: objects.h,v 1.29 2024/03/02 09:51:36 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -86,8 +86,6 @@ typedef struct obj_name_st {
        const void *data;
 } OBJ_NAME;
 
-#define                OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
-
 void OBJ_NAME_do_all(int type, void (*fn)(const OBJ_NAME *, void *arg),
     void *arg);
 void OBJ_NAME_do_all_sorted(int type, void (*fn)(const OBJ_NAME *, void *arg),