summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/objects/objects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/objects.h b/src/lib/libcrypto/objects/objects.h
index c40991b5e3..7a7ba82652 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.12 2017/01/21 04:53:22 jsing Exp $ */ 1/* $OpenBSD: objects.h,v 1.13 2022/01/08 15:34:59 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 *
@@ -1102,7 +1102,7 @@ const void * OBJ_bsearch_ex_(const void *key, const void *base, int num,
1102int OBJ_new_nid(int num); 1102int OBJ_new_nid(int num);
1103int OBJ_add_object(const ASN1_OBJECT *obj); 1103int OBJ_add_object(const ASN1_OBJECT *obj);
1104int OBJ_create(const char *oid, const char *sn, const char *ln); 1104int OBJ_create(const char *oid, const char *sn, const char *ln);
1105void OBJ_cleanup(void ); 1105void OBJ_cleanup(void);
1106int OBJ_create_objects(BIO *in); 1106int OBJ_create_objects(BIO *in);
1107 1107
1108int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid); 1108int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid);