summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/mpi/Makefile.win
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2001-01-18 01:39:17 +0000
committernelsonb%netscape.com <devnull@localhost>2001-01-18 01:39:17 +0000
commit201ae433fcc7efd6da7a1a57cefb597eb3c9004b (patch)
treebb84935b06a6c48be1a9a3f5d6327e823198d517 /security/nss/lib/freebl/mpi/Makefile.win
parentb490502934b12ed3ebc2cd6ca1b5ecad4952626a (diff)
downloadnss-hg-201ae433fcc7efd6da7a1a57cefb597eb3c9004b.tar.gz
When searching for a prime, the number of Miller-Rabin tests to be
performed will be done in accordance with a table published in the Handbook of Applied Cryptography. See Bug 65151. Also, changes to test program for this function.
Diffstat (limited to 'security/nss/lib/freebl/mpi/Makefile.win')
-rw-r--r--security/nss/lib/freebl/mpi/Makefile.win6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/nss/lib/freebl/mpi/Makefile.win b/security/nss/lib/freebl/mpi/Makefile.win
index bc75dcaed..1c403f4d3 100644
--- a/security/nss/lib/freebl/mpi/Makefile.win
+++ b/security/nss/lib/freebl/mpi/Makefile.win
@@ -181,6 +181,8 @@ mpi.lib: $(LIBOBJS)
ar -cvr mpi.lib $(LIBOBJS)
$(RANLIB) mpi.lib
+lib libs: mpi.lib
+
#---------------------------------------
MPTESTOBJS = mptest1.obj mptest2.obj mptest3.obj mptest3a.obj mptest4.obj \
@@ -252,8 +254,8 @@ doc:
(cd doc; ./build)
clean:
- rm -f *.obj *.lib *.pdb
- rm -f utils/*.obj
+ rm -f *.obj *.lib *.pdb *.ilk
+ cd utils; rm -f *.obj *.lib *.pdb *.ilk
distclean: clean
rm -f mptest? mpi-test metime mulsqr karatsuba