From dab787a5dc5c1e9bd717f6d7863591fa0f079826 Mon Sep 17 00:00:00 2001 From: wangyu Date: Wed, 19 Jul 2017 16:17:46 +0800 Subject: [PATCH] change file name --- encryption.cpp => encrypt.cpp | 0 encryption.h => encrypt.h | 0 main.cpp | 2 +- makefile | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename encryption.cpp => encrypt.cpp (100%) rename encryption.h => encrypt.h (100%) 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