9e235dcaf4
This reverts commit 7e8dec918e
.
RSA verification implementation does not use this code.
James Morris has asked to remove that.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Requested-by: James Morris <james.l.morris@oracle.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
22 lines
368 B
Makefile
22 lines
368 B
Makefile
#
|
|
# MPI multiprecision maths library (from gpg)
|
|
#
|
|
|
|
obj-$(CONFIG_MPILIB) = mpi.o
|
|
|
|
mpi-y = \
|
|
generic_mpih-lshift.o \
|
|
generic_mpih-mul1.o \
|
|
generic_mpih-mul2.o \
|
|
generic_mpih-mul3.o \
|
|
generic_mpih-rshift.o \
|
|
generic_mpih-sub1.o \
|
|
generic_mpih-add1.o \
|
|
mpicoder.o \
|
|
mpi-bit.o \
|
|
mpih-cmp.o \
|
|
mpih-div.o \
|
|
mpih-mul.o \
|
|
mpi-pow.o \
|
|
mpiutil.o
|