diff options
-rw-r--r-- | src/lib/libcrypto/ec/ec_lib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_lib.c b/src/lib/libcrypto/ec/ec_lib.c index 322662a1e6..d7f0bc6358 100644 --- a/src/lib/libcrypto/ec/ec_lib.c +++ b/src/lib/libcrypto/ec/ec_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_lib.c,v 1.104 2025/01/09 06:51:11 tb Exp $ */ | 1 | /* $OpenBSD: ec_lib.c,v 1.105 2025/01/09 11:35:46 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 | */ |
@@ -1426,4 +1426,3 @@ EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, | |||
1426 | return 0; | 1426 | return 0; |
1427 | } | 1427 | } |
1428 | LCRYPTO_ALIAS(EC_POINT_get_Jprojective_coordinates_GFp); | 1428 | LCRYPTO_ALIAS(EC_POINT_get_Jprojective_coordinates_GFp); |
1429 | |||