diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/ec/ec_asn1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec_asn1.c b/src/lib/libcrypto/ec/ec_asn1.c index eddc3769e9..825f4f3892 100644 --- a/src/lib/libcrypto/ec/ec_asn1.c +++ b/src/lib/libcrypto/ec/ec_asn1.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ec_asn1.c,v 1.56 2024/10/03 04:20:28 tb Exp $ */ | 1 | /* $OpenBSD: ec_asn1.c,v 1.57 2024/10/03 05:07:49 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
| 4 | */ | 4 | */ |
| @@ -405,7 +405,7 @@ static const ASN1_TEMPLATE ECPARAMETERS_seq_tt[] = { | |||
| 405 | }, | 405 | }, |
| 406 | }; | 406 | }; |
| 407 | 407 | ||
| 408 | const ASN1_ITEM ECPARAMETERS_it = { | 408 | static const ASN1_ITEM ECPARAMETERS_it = { |
| 409 | .itype = ASN1_ITYPE_SEQUENCE, | 409 | .itype = ASN1_ITYPE_SEQUENCE, |
| 410 | .utype = V_ASN1_SEQUENCE, | 410 | .utype = V_ASN1_SEQUENCE, |
| 411 | .templates = ECPARAMETERS_seq_tt, | 411 | .templates = ECPARAMETERS_seq_tt, |
| @@ -451,7 +451,7 @@ static const ASN1_TEMPLATE ECPKPARAMETERS_ch_tt[] = { | |||
| 451 | }, | 451 | }, |
| 452 | }; | 452 | }; |
| 453 | 453 | ||
| 454 | const ASN1_ITEM ECPKPARAMETERS_it = { | 454 | static const ASN1_ITEM ECPKPARAMETERS_it = { |
| 455 | .itype = ASN1_ITYPE_CHOICE, | 455 | .itype = ASN1_ITYPE_CHOICE, |
| 456 | .utype = offsetof(ECPKPARAMETERS, type), | 456 | .utype = offsetof(ECPKPARAMETERS, type), |
| 457 | .templates = ECPKPARAMETERS_ch_tt, | 457 | .templates = ECPKPARAMETERS_ch_tt, |
