moved key.h to blenkey.h
This commit is contained in:
@@ -71,7 +71,7 @@ install: all debug
|
|||||||
@[ -d $(LCGDIR)/$(LIBNAME) ] || mkdir $(LCGDIR)/$(LIBNAME)
|
@[ -d $(LCGDIR)/$(LIBNAME) ] || mkdir $(LCGDIR)/$(LIBNAME)
|
||||||
@[ -d $(LCGDIR)/$(LIBNAME)/include ] || mkdir $(LCGDIR)/$(LIBNAME)/include
|
@[ -d $(LCGDIR)/$(LIBNAME)/include ] || mkdir $(LCGDIR)/$(LIBNAME)/include
|
||||||
@[ -d $(LCGDIR)/$(LIBNAME)/lib ] || mkdir $(LCGDIR)/$(LIBNAME)/lib
|
@[ -d $(LCGDIR)/$(LIBNAME)/lib ] || mkdir $(LCGDIR)/$(LIBNAME)/lib
|
||||||
cp -f key.h $(LCGDIR)/$(LIBNAME)/include/blenkey.h
|
cp -f blenkey.h $(LCGDIR)/$(LIBNAME)/include/blenkey.h
|
||||||
cp -f $(LIB_a) $(LCGDIR)/$(LIBNAME)/lib/
|
cp -f $(LIB_a) $(LCGDIR)/$(LIBNAME)/lib/
|
||||||
|
|
||||||
$(DIR)/$(DEBUG_DIR)keyloader: $(LOADER_OBJS) $(LIB_a)
|
$(DIR)/$(DEBUG_DIR)keyloader: $(LOADER_OBJS) $(LIB_a)
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "key.h" /* external interface */
|
#include "blenkey.h" /* external interface */
|
||||||
#include "key_internal.h"
|
#include "key_internal.h"
|
||||||
|
|
||||||
char *Hexify(byte *in, unsigned int length) {
|
char *Hexify(byte *in, unsigned int length) {
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
#include "openssl/ripemd.h"
|
#include "openssl/ripemd.h"
|
||||||
#include "openssl/rc4.h"
|
#include "openssl/rc4.h"
|
||||||
#include "openssl/err.h"
|
#include "openssl/err.h"
|
||||||
#include "key.h"
|
#include "blenkey.h"
|
||||||
|
|
||||||
#include "mt19937int.h" /* Mersenne Twister (under artistic license) */
|
#include "mt19937int.h" /* Mersenne Twister (under artistic license) */
|
||||||
|
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "key_pyc.h" /* the Python byte code */
|
#include "key_pyc.h" /* the Python byte code */
|
||||||
#include "key.h" /* the external interface */
|
#include "blenkey.h" /* the external interface */
|
||||||
#include "key_internal.h"
|
#include "key_internal.h"
|
||||||
|
|
||||||
#define TESTReadKeyFile 1
|
#define TESTReadKeyFile 1
|
||||||
|
Reference in New Issue
Block a user