I build it follow it, but come some error msg:
CC libcrypt/des.o "libcrypt/des.c", line 70: error: identifier
"u_char" is undefined static u_char inv_key_perm[64]; ^
"libcrypt/des.c", line 71: error: identifier "u_char" is undefined
static u_char inv_comp_perm[56]; ^
"libcrypt/des.c", line 72: error: identifier "u_char" is undefined
static u_char u_sbox[8][64]; ^
"libcrypt/des.c", line 73: error: identifier "u_char" is undefined
static u_char un_pbox[32]; ^
"libcrypt/des.c", line 74: error: identifier "u_int32_t" is undefined
static u_int32_t en_keysl[16], en_keysr[16]; ^