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

[minion-cvs] Give our error message more quickly when we don\"t have...



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

Modified Files:
	_minionlib.h 
Log Message:
Give our error message more quickly when we don\'t have the right openssl

Index: _minionlib.h
===================================================================
RCS file: /home/minion/cvsroot/src/minion/src/_minionlib.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- _minionlib.h	2 Dec 2002 05:12:13 -0000	1.8
+++ _minionlib.h	11 Dec 2002 03:18:38 -0000	1.9
@@ -4,12 +4,13 @@
 #define _MINIONLIB_H
 
 #include <Python.h>
-#include <openssl/aes.h>
-#include <openssl/rsa.h>
 #include <openssl/opensslv.h>
 #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
+
+#include <openssl/aes.h>
+#include <openssl/rsa.h>
 
 /* We provide our own implementation of counter mode; see aes_ctr.c
  */