artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e6e37e
)
Align argument names of OBJ_add_sigid() with the other functions.
author
tb
<tb@openbsd.org>
Sat, 22 Jul 2023 19:08:03 +0000
(19:08 +0000)
committer
tb
<tb@openbsd.org>
Sat, 22 Jul 2023 19:08:03 +0000
(19:08 +0000)
lib/libcrypto/objects/obj_xref.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/objects/obj_xref.c
b/lib/libcrypto/objects/obj_xref.c
index
7cd3141
..
ae18d69
100644
(file)
--- a/
lib/libcrypto/objects/obj_xref.c
+++ b/
lib/libcrypto/objects/obj_xref.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: obj_xref.c,v 1.1
1 2023/07/22 18:32:05
tb Exp $ */
+/* $OpenBSD: obj_xref.c,v 1.1
2 2023/07/22 19:08:03
tb Exp $ */
/*
* Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@
-312,7
+312,7
@@
OBJ_find_sigid_by_algs(int *sign_nid, int hash_nid, int pkey_nid)
LCRYPTO_ALIAS(OBJ_find_sigid_by_algs);
int
-OBJ_add_sigid(int sign
id, int dig_id, int pkey_
id)
+OBJ_add_sigid(int sign
_nid, int hash_nid, int pkey_n
id)
{
return 0;
}