diff options
| author | tb <> | 2023-07-22 19:08:03 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-22 19:08:03 +0000 |
| commit | 50f4fc20401c6f47f0efdb5dde0e8b49e7769f77 (patch) | |
| tree | a0ce7662dd9f44102d8b2a3780753fad3a8d4e7e /src | |
| parent | 61013c691912b323eda36c6159ffec02e6752baf (diff) | |
| download | openbsd-50f4fc20401c6f47f0efdb5dde0e8b49e7769f77.tar.gz openbsd-50f4fc20401c6f47f0efdb5dde0e8b49e7769f77.tar.bz2 openbsd-50f4fc20401c6f47f0efdb5dde0e8b49e7769f77.zip | |
Align argument names of OBJ_add_sigid() with the other functions.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_xref.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.c b/src/lib/libcrypto/objects/obj_xref.c index 7cd3141d14..ae18d69af3 100644 --- a/src/lib/libcrypto/objects/obj_xref.c +++ b/src/lib/libcrypto/objects/obj_xref.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: obj_xref.c,v 1.11 2023/07/22 18:32:05 tb Exp $ */ | 1 | /* $OpenBSD: obj_xref.c,v 1.12 2023/07/22 19:08:03 tb Exp $ */ |
| 2 | 2 | ||
| 3 | /* | 3 | /* |
| 4 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 4 | * 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) | |||
| 312 | LCRYPTO_ALIAS(OBJ_find_sigid_by_algs); | 312 | LCRYPTO_ALIAS(OBJ_find_sigid_by_algs); |
| 313 | 313 | ||
| 314 | int | 314 | int |
| 315 | OBJ_add_sigid(int signid, int dig_id, int pkey_id) | 315 | OBJ_add_sigid(int sign_nid, int hash_nid, int pkey_nid) |
| 316 | { | 316 | { |
| 317 | return 0; | 317 | return 0; |
| 318 | } | 318 | } |
