On Mon, 17 Oct 2011, Kasatkin, Dmitry wrote:
> It is there for completeness and it will not be even compiled at all
> without CONFIG_MPILIB_EXTRA
>
> Still remove?
Yes, please.
--
James Morris
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message
On Sat, Oct 15, 2011 at 3:34 AM, James Morris wrote:
> On Fri, 14 Oct 2011, Dmitry Kasatkin wrote:
>
>> +#if 0 /* not yet ported to MPI */
>> +
>> +mpi_limb_t
>> +mpihelp_udiv_w_sdiv(mpi_limp_t *rp,
>> + mpi_limp_t *a1, mpi_limp_t *a0, mpi_limp_t *d)
On Fri, 14 Oct 2011, Dmitry Kasatkin wrote:
> +#if 0/* not yet ported to MPI */
> +
> +mpi_limb_t
> +mpihelp_udiv_w_sdiv(mpi_limp_t *rp,
> + mpi_limp_t *a1, mpi_limp_t *a0, mpi_limp_t *d)
Drop this if it's not working.
--
James Morris
--
To unsu
Adds the multi-precision-integer maths library which was originally taken
from GnuPG and ported to the kernel by (among others) David Howells.
This version is taken from Fedora kernel 2.6.32-71.14.1.el6.
The difference is that checkpatch reported errors and warnings have been fixed.
This library i