Updated calls to #include "blenkey.h" to be #include "key.h" I'm guessing
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
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include "openssl/ripemd.h"
|
||||
#include "openssl/rc4.h"
|
||||
#include "openssl/err.h"
|
||||
#include "key.h"
|
||||
|
||||
#include "mt19937int.h" /* Mersenne Twister (under artistic license) */
|
||||
|
||||
|
Reference in New Issue
Block a user