Fix EC_KEY_set_private_key() to call key->group->meth->set_private() Browse files Fix a bug introduced by 6903e2e (Extended EC_METHOD customisation support., 2016-02-01). key->meth->set_private() is wrongly called where it should call key->group->meth->set_private(). PR#4517 ...