everything works except anti-replay window

This commit is contained in:
wangyu
2017-07-19 06:05:08 +08:00
committed by wangyu
parent 725522fa75
commit 243f6bf87e
3 changed files with 93 additions and 15 deletions

View File

@@ -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
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encryption.cpp -O3
# ${ccmips} main.cpp -o rawmips -static -lgcc_eh -lrt