[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Be more robust in the presence of multiple OpenSSL vers...
Update of /home/minion/cvsroot/src/minion/src
In directory moria.mit.edu:/tmp/cvs-serv24503/src
Modified Files:
_minionlib.h
Log Message:
Be more robust in the presence of multiple OpenSSL versions, and give a manual override to force a particular OpenSSL install.
Index: _minionlib.h
===================================================================
RCS file: /home/minion/cvsroot/src/minion/src/_minionlib.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- _minionlib.h 5 Jan 2003 04:16:49 -0000 1.12
+++ _minionlib.h 11 Feb 2003 23:34:08 -0000 1.13
@@ -6,7 +6,9 @@
#include <Python.h>
#include <openssl/opensslv.h>
#if (OPENSSL_VERSION_NUMBER < 0x00907003L)
-#error "Mixminion requires OpenSSL 0.9.7 -- try 'make download-openssl; make build-openssl'"
+#error "Mixminion requires OpenSSL 0.9.7 -- try 'make download-openssl; \
+make build-openssl'. If you already have OpenSSL 0.9.7 installed, see \
+the README file for further instructions."
#endif
#include <openssl/aes.h>