diff options
| author | David Howells <dhowells@redhat.com> | 2012-09-21 23:25:22 +0100 | 
|---|---|---|
| committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-10-08 13:50:15 +1030 | 
| commit | 12f008b6dc5ff1c822fdb2198d20e3dbdc92f3f5 (patch) | |
| tree | e8b2281155d6f962f6f4296efcd3dd02ebe02f6d /lib/mpi/Makefile | |
| parent | 4ae71c1dce1e3d2270a0755988033e236b8e45d6 (diff) | |
MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification
Reinstate and export mpi_cmp() and mpi_cmp_ui() from the MPI library for use by
RSA signature verification as per RFC3447 section 5.2.2 step 1.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/mpi/Makefile')
| -rw-r--r-- | lib/mpi/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/mpi/Makefile b/lib/mpi/Makefile index 45ca90a8639c..019a68c90144 100644 --- a/lib/mpi/Makefile +++ b/lib/mpi/Makefile @@ -14,6 +14,7 @@ mpi-y = \  	generic_mpih-add1.o		\  	mpicoder.o			\  	mpi-bit.o			\ +	mpi-cmp.o			\  	mpih-cmp.o			\  	mpih-div.o			\  	mpih-mul.o			\ | 
