diff options
author | tb <> | 2024-04-15 15:49:37 +0000 |
---|---|---|
committer | tb <> | 2024-04-15 15:49:37 +0000 |
commit | eaec6fe55de5b154c7834985bf4beb20a123e220 (patch) | |
tree | 8b9fda9f25e4c5be26d3b6e149fc349bb97bfb6b /src/lib/libcrypto/dsa/dsa_asn1.c | |
parent | 6be273089e5f7a5d3079100ef8052fa9ab0f4015 (diff) | |
download | openbsd-eaec6fe55de5b154c7834985bf4beb20a123e220.tar.gz openbsd-eaec6fe55de5b154c7834985bf4beb20a123e220.tar.bz2 openbsd-eaec6fe55de5b154c7834985bf4beb20a123e220.zip |
And here go {,EC}DSA_SIG_it
ok jsing
Diffstat (limited to '')
-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, |