diff options
Diffstat (limited to 'src/lib/libcrypto/objects/objects.h')
-rw-r--r-- | src/lib/libcrypto/objects/objects.h | 3 |
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); | |||
108 | int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b); | 108 | int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b); |
109 | 109 | ||
110 | int OBJ_new_nid(int num); | 110 | int OBJ_new_nid(int num); |
111 | int OBJ_add_object(const ASN1_OBJECT *obj); | ||
112 | int OBJ_create(const char *oid, const char *sn, const char *ln); | 111 | int OBJ_create(const char *oid, const char *sn, const char *ln); |
113 | void OBJ_cleanup(void); | 112 | void OBJ_cleanup(void); |
114 | int OBJ_create_objects(BIO *in); | 113 | int OBJ_create_objects(BIO *in); |