aboutsummaryrefslogtreecommitdiff
path: root/lib/hx509/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hx509/crypto.c')
-rw-r--r--lib/hx509/crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hx509/crypto.c b/lib/hx509/crypto.c
index 5ddc54b9f232..0df91699b513 100644
--- a/lib/hx509/crypto.c
+++ b/lib/hx509/crypto.c
@@ -904,7 +904,7 @@ static const struct signature_alg sha512_alg = {
static const struct signature_alg sha384_alg = {
"sha-384",
- ASN1_OID_ID_SHA512,
+ ASN1_OID_ID_SHA384,
&_hx509_signature_sha384_data,
NULL,
NULL,