diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index db8d4ab28f..5d1909db03 100644 --- a/src/lib/libcrypto/ec/ec_local.h +++ b/src/lib/libcrypto/ec/ec_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_local.h,v 1.38 2024/11/16 15:32:08 tb Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.39 2024/11/22 12:14:41 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -175,7 +175,7 @@ struct ec_group_st { | |||
175 | BIGNUM order; | 175 | BIGNUM order; |
176 | BIGNUM cofactor; | 176 | BIGNUM cofactor; |
177 | 177 | ||
178 | int curve_name; /* Optional NID for named curve. */ | 178 | int nid; /* Optional NID for named curve. */ |
179 | 179 | ||
180 | /* ASN.1 encoding controls. */ | 180 | /* ASN.1 encoding controls. */ |
181 | int asn1_flag; | 181 | int asn1_flag; |