diff options
Diffstat (limited to 'src/lib/libcrypto/ecdsa')
| -rw-r--r-- | src/lib/libcrypto/ecdsa/ecdsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | /* $OpenBSD: ecdsa.c,v 1.18 2023/08/08 13:09:28 tb Exp $ */ | 1 | /* $OpenBSD: ecdsa.c,v 1.19 2024/04/15 15:49:37 tb Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -84,7 +84,7 @@ static const ASN1_TEMPLATE ECDSA_SIG_seq_tt[] = { | |||
| 84 | }, | 84 | }, |
| 85 | }; | 85 | }; |
| 86 | 86 | ||
| 87 | const ASN1_ITEM ECDSA_SIG_it = { | 87 | static const ASN1_ITEM ECDSA_SIG_it = { |
| 88 | .itype = ASN1_ITYPE_SEQUENCE, | 88 | .itype = ASN1_ITYPE_SEQUENCE, |
| 89 | .utype = V_ASN1_SEQUENCE, | 89 | .utype = V_ASN1_SEQUENCE, |
| 90 | .templates = ECDSA_SIG_seq_tt, | 90 | .templates = ECDSA_SIG_seq_tt, |
