diff options
Diffstat (limited to 'src/lib/libcrypto/dsa')
| -rw-r--r-- | src/lib/libcrypto/dsa/dsa_asn1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_asn1.c b/src/lib/libcrypto/dsa/dsa_asn1.c index 5e4f882cfc..cdd113a0b3 100644 --- a/src/lib/libcrypto/dsa/dsa_asn1.c +++ b/src/lib/libcrypto/dsa/dsa_asn1.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: dsa_asn1.c,v 1.31 2023/07/08 14:28:15 beck Exp $ */ | 1 | /* $OpenBSD: dsa_asn1.c,v 1.32 2024/04/15 15:49:37 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -109,7 +109,7 @@ static const ASN1_TEMPLATE DSA_SIG_seq_tt[] = { | |||
| 109 | }, | 109 | }, |
| 110 | }; | 110 | }; |
| 111 | 111 | ||
| 112 | const ASN1_ITEM DSA_SIG_it = { | 112 | static const ASN1_ITEM DSA_SIG_it = { |
| 113 | .itype = ASN1_ITYPE_SEQUENCE, | 113 | .itype = ASN1_ITYPE_SEQUENCE, |
| 114 | .utype = V_ASN1_SEQUENCE, | 114 | .utype = V_ASN1_SEQUENCE, |
| 115 | .templates = DSA_SIG_seq_tt, | 115 | .templates = DSA_SIG_seq_tt, |
