add init_random_number_fd

This commit is contained in:
wangyu
2017-07-21 17:17:44 +08:00
committed by wangyu
parent 047af63801
commit 1725aa8161
2 changed files with 15 additions and 4 deletions

View File

@@ -3,5 +3,5 @@ all:
killall raw||true
sleep 1
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
# ${ccmips} main.cpp -o rawmips -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
# ${ccmips} -std=c++11 main.cpp -o rawmips -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3 -lstdc++