it wasn't detected before because everyone had a blenkey.h in their dirs also.
also I added an #include "key.h" to key_internal.h so that I didn't
get problems with undefined type byte...
mein@cs.umn.edu
#include <stdlib.h>
#include <string.h>
-#include "blenkey.h" /* external interface */
+#include "key.h" /* external interface */
#include "key_internal.h"
char *Hexify(byte *in, unsigned int length) {
#include "openssl/ripemd.h"
#include "openssl/rc4.h"
#include "openssl/err.h"
+#include "key.h"
#include "mt19937int.h" /* Mersenne Twister (under artistic license) */
#include <string.h>
#include "key_pyc.h" /* the Python byte code */
-#include "blenkey.h" /* the external interface */
+#include "key.h" /* the external interface */
#include "key_internal.h"
#define TESTReadKeyFile 1