diff --git a/encryption.cpp b/encrypt.cpp similarity index 100% rename from encryption.cpp rename to encrypt.cpp diff --git a/encryption.h b/encrypt.h similarity index 100% rename from encryption.h rename to encrypt.h diff --git a/main.cpp b/main.cpp index ac3f38f..614369b 100755 --- a/main.cpp +++ b/main.cpp @@ -39,7 +39,7 @@ #include #include -#include +#include #include using namespace std; diff --git a/makefile b/makefile index 0e7e2f1..d61aa6d 100755 --- a/makefile +++ b/makefile @@ -2,6 +2,6 @@ ccmips=mips-openwrt-linux-g++ all: killall raw||true sleep 1 - g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encryption.cpp -O3 + g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3 # ${ccmips} main.cpp -o rawmips -static -lgcc_eh -lrt