From f1f25544e04ccf917a697b188a70ada5b09fc1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 7 Mar 2001 09:53:41 +0000 Subject: ..._init functions are method-specific too (they can't do much useful, but they will have to set pointers to NULL) --- crypto/ec/ecp_mont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ec/ecp_mont.c') diff --git a/crypto/ec/ecp_mont.c b/crypto/ec/ecp_mont.c index 958adadc34..407175fd9a 100644 --- a/crypto/ec/ecp_mont.c +++ b/crypto/ec/ecp_mont.c @@ -60,7 +60,7 @@ const EC_METHOD *EC_GFp_mont_method(void) { static const EC_METHOD ret = { - ec_GFp_simple_group_init, + ec_GFp_mont_group_init, ec_GFp_mont_group_set_curve_GFp, ec_GFp_mont_group_finish, ec_GFp_mont_group_clear_finish, -- cgit v1.2.3