[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] OpenSSL 0.9.7 is out of beta: hooray!



Update of /home/minion/cvsroot/src/minion/src
In directory moria.mit.edu:/tmp/cvs-serv24603/src

Modified Files:
	_minionlib.h 
Log Message:
OpenSSL 0.9.7 is out of beta: hooray!

Index: _minionlib.h
===================================================================
RCS file: /home/minion/cvsroot/src/minion/src/_minionlib.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- _minionlib.h	16 Dec 2002 02:40:11 -0000	1.11
+++ _minionlib.h	5 Jan 2003 04:16:49 -0000	1.12
@@ -6,8 +6,7 @@
 #include <Python.h>
 #include <openssl/opensslv.h>
 #if (OPENSSL_VERSION_NUMBER < 0x00907003L)
-#error "Mixminion requires OpenSSL 0.9.7 (which may not be released yet,\
-but you can get snapshots from openssl.org)."
+#error "Mixminion requires OpenSSL 0.9.7 -- try 'make download-openssl; make build-openssl'"
 #endif
 
 #include <openssl/aes.h>