[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] OpenSSL 0.9.7b4 is out, and seems to work fine, so use ...
Update of /home/minion/cvsroot/src/minion/src
In directory moria.seul.org:/tmp/cvs-serv12017/src
Modified Files:
_minionlib.h
Log Message:
OpenSSL 0.9.7b4 is out, and seems to work fine, so use it.
Index: _minionlib.h
===================================================================
RCS file: /home/minion/cvsroot/src/minion/src/_minionlib.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- _minionlib.h 25 Jul 2002 15:52:57 -0000 1.7
+++ _minionlib.h 2 Dec 2002 05:12:13 -0000 1.8
@@ -7,7 +7,7 @@
#include <openssl/aes.h>
#include <openssl/rsa.h>
#include <openssl/opensslv.h>
-#if (OPENSSL_VERSION_NUMBER < 0x00907000L)
+#if (OPENSSL_VERSION_NUMBER < 0x00907003L)
#error "Mixminion requires OpenSSL 0.9.7 (which might not have been released yet, but you can get snapshots from openssl.org)."
#endif