hi, i am not familar with linux, could anyone help me plz. when i make the linux source code on centos6.2-64 ,it give me this information:
[root@AY131122190016007b5aZ src]# make -f makefile.unix
g++ -c -O2 -fpermissive -o obj/sha512.o sha512.c
sha512.c: In function ‘void _final(SHA512_Context*, uint8_t*, int, int)’:
sha512.c:257: error: ‘be64toh’ was not declared in this scope
make: *** [obj/sha512.o] Error 1
how can i make it work?