Browse Source

change file name

wangyu 8 years ago
parent
commit
dab787a5dc
4 changed files with 2 additions and 2 deletions
  1. 0 0
      encrypt.cpp
  2. 0 0
      encrypt.h
  3. 1 1
      main.cpp
  4. 1 1
      makefile

+ 0 - 0
encryption.cpp → encrypt.cpp


+ 0 - 0
encryption.h → encrypt.h


+ 1 - 1
main.cpp

@@ -39,7 +39,7 @@
 
 #include <sys/timerfd.h>
 #include <set>
-#include <encryption.h>
+#include <encrypt.h>
 #include <inttypes.h>
 
 using namespace std;

+ 1 - 1
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