diff options
-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 321c2f50b6..04611d68e3 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.14 2024/01/27 16:08:43 tb Exp $ */ | 1 | /* $OpenBSD: obj_xref.c,v 1.15 2024/08/28 06:53:24 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
@@ -178,7 +178,7 @@ static const struct { | |||
178 | { | 178 | { |
179 | .sign_nid = NID_rsassaPss, | 179 | .sign_nid = NID_rsassaPss, |
180 | .hash_nid = NID_undef, | 180 | .hash_nid = NID_undef, |
181 | .pkey_nid = NID_rsaEncryption, | 181 | .pkey_nid = NID_rsassaPss, |
182 | }, | 182 | }, |
183 | { | 183 | { |
184 | .sign_nid = NID_id_tc26_signwithdigest_gost3410_2012_256, | 184 | .sign_nid = NID_id_tc26_signwithdigest_gost3410_2012_256, |