summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/objects.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/objects/objects.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/objects.h b/src/lib/libcrypto/objects/objects.h
index ef6fc233bf..ab0c402383 100644
--- a/src/lib/libcrypto/objects/objects.h
+++ b/src/lib/libcrypto/objects/objects.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: objects.h,v 1.26 2024/03/02 09:47:16 tb Exp $ */ 1/* $OpenBSD: objects.h,v 1.27 2024/03/02 09:49:45 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 *
@@ -108,7 +108,6 @@ int OBJ_sn2nid(const char *s);
108int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b); 108int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
109 109
110int OBJ_new_nid(int num); 110int OBJ_new_nid(int num);
111int OBJ_add_object(const ASN1_OBJECT *obj);
112int OBJ_create(const char *oid, const char *sn, const char *ln); 111int OBJ_create(const char *oid, const char *sn, const char *ln);
113void OBJ_cleanup(void); 112void OBJ_cleanup(void);
114int OBJ_create_objects(BIO *in); 113int OBJ_create_objects(BIO *in);