diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ec/ec_key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_key.c b/src/lib/libcrypto/ec/ec_key.c index c3cbf7f927..6257d67cd1 100644 --- a/src/lib/libcrypto/ec/ec_key.c +++ b/src/lib/libcrypto/ec/ec_key.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ec_key.c,v 1.50 2025/01/11 20:57:03 tb Exp $ */ | 1 | /* $OpenBSD: ec_key.c,v 1.51 2025/01/25 10:34:36 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
| 4 | */ | 4 | */ |
| @@ -513,7 +513,7 @@ EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx) | |||
| 513 | { | 513 | { |
| 514 | if (key->group == NULL) | 514 | if (key->group == NULL) |
| 515 | return 0; | 515 | return 0; |
| 516 | return EC_GROUP_precompute_mult(key->group, ctx); | 516 | return 1; |
| 517 | } | 517 | } |
| 518 | LCRYPTO_ALIAS(EC_KEY_precompute_mult); | 518 | LCRYPTO_ALIAS(EC_KEY_precompute_mult); |
| 519 | 519 | ||
