[PATCH] typo introduced in libssl/src/crypto/ec/ecp_nistp521.c

2014-05-09 Thread Steven Chamberlain
Hi,

I notice a typo since revision 1.3 by miod@, correction below::

--- src/lib/libssl/src/crypto/ec/ecp_nistp521.c 8 May 2014 12:59:17 -   
1.5
+++ src/lib/libssl/src/crypto/ec/ecp_nistp521.c 9 May 2014 22:11:32 -
@@ -1611,7 +1611,7 @@
.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
};

But otherwise, thanks for the good work!

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



Re: [PATCH] typo introduced in libssl/src/crypto/ec/ecp_nistp521.c

2014-05-09 Thread Miod Vallat
 Hi,
 
 I notice a typo since revision 1.3 by miod@, correction below::

Oops. Fixed. Thanks!

Miod