summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-05-09 22:29:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-05-09 22:29:21 +0000
commitf75c750e3379b4f7526f4a90159f0ac070cbd33b (patch)
treebd68fdd37636431aabd68a5a2816a97d77028fd5 /lib
parentf3fa39d50068b5a1b8ab913c03fd8a2a9f3063c9 (diff)
Typo in C99 field initializer introduced in r1.3;
reported by Steven Chamberlain
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/ec/ecp_nistp521.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/ec/ecp_nistp521.c b/lib/libcrypto/ec/ecp_nistp521.c
index 9f7a2c6417f..fab22243451 100644
--- a/lib/libcrypto/ec/ecp_nistp521.c
+++ b/lib/libcrypto/ec/ecp_nistp521.c
@@ -1611,7 +1611,7 @@ EC_GFp_nistp521_method(void)
.points_make_affine = ec_GFp_simple_points_make_affine,
.mul = ec_GFp_nistp521_points_mul,
.precompute_mult = ec_GFp_nistp521_precompute_mult,
- .have_precompulte_mult = ec_GFp_nistp521_have_precompute_mult,
+ .have_precompute_mult = ec_GFp_nistp521_have_precompute_mult,
.field_mul = ec_GFp_nist_field_mul,
.field_sqr = ec_GFp_nist_field_sqr
};