diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_curve.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_curve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index 592a367a82..4a6ee895d2 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_curve.c,v 1.24 2022/11/19 07:29:29 tb Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.25 2022/11/26 16:08:52 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -76,7 +76,7 @@ | |||
76 | #include <openssl/err.h> | 76 | #include <openssl/err.h> |
77 | #include <openssl/objects.h> | 77 | #include <openssl/objects.h> |
78 | 78 | ||
79 | #include "ec_lcl.h" | 79 | #include "ec_local.h" |
80 | 80 | ||
81 | typedef struct { | 81 | typedef struct { |
82 | int field_type, /* either NID_X9_62_prime_field or | 82 | int field_type, /* either NID_X9_62_prime_field or |