From eaec6fe55de5b154c7834985bf4beb20a123e220 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 15 Apr 2024 15:49:37 +0000 Subject: And here go {,EC}DSA_SIG_it ok jsing --- src/lib/libcrypto/ecdsa/ecdsa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ecdsa') diff --git a/src/lib/libcrypto/ecdsa/ecdsa.c b/src/lib/libcrypto/ecdsa/ecdsa.c index 52f5044997..5abc3586e3 100644 --- a/src/lib/libcrypto/ecdsa/ecdsa.c +++ b/src/lib/libcrypto/ecdsa/ecdsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecdsa.c,v 1.18 2023/08/08 13:09:28 tb Exp $ */ +/* $OpenBSD: ecdsa.c,v 1.19 2024/04/15 15:49:37 tb Exp $ */ /* ==================================================================== * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. * @@ -84,7 +84,7 @@ static const ASN1_TEMPLATE ECDSA_SIG_seq_tt[] = { }, }; -const ASN1_ITEM ECDSA_SIG_it = { +static const ASN1_ITEM ECDSA_SIG_it = { .itype = ASN1_ITYPE_SEQUENCE, .utype = V_ASN1_SEQUENCE, .templates = ECDSA_SIG_seq_tt, -- cgit v1.2.3-55-g6feb