[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Add target to make test vectors; bump OpenSSL version
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv1307
Modified Files:
Makefile
Log Message:
Add target to make test vectors; bump OpenSSL version
Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Makefile 10 Jul 2003 23:11:30 -0000 1.51
+++ Makefile 2 Oct 2003 21:46:49 -0000 1.52
@@ -77,6 +77,11 @@
echo $$PYTHON setup.py run --subcommand=benchmarks; \
$$PYTHON -tt setup.py run --subcommand=benchmarks
+testvectors:
+ @$(FINDPYTHON); \
+ echo $$PYTHON setup.py run --subcommand=testvectors; \
+ $$PYTHON -tt setup.py run --subcommand=testvectors
+
#======================================================================
# Install target (minimal.)
@@ -166,8 +171,8 @@
#======================================================================
# OpenSSL-related targets
-OPENSSL_URL = ftp://ftp.openssl.org/source/openssl-0.9.7b.tar.gz
-OPENSSL_FILE = openssl-0.9.7b.tar.gz
+OPENSSL_URL = ftp://ftp.openssl.org/source/openssl-0.9.7c.tar.gz
+OPENSSL_FILE = openssl-0.9.7c.tar.gz
OPENSSL_SRC = ./contrib/openssl
download-openssl: