crypto-algorithms icon indicating copy to clipboard operation
crypto-algorithms copied to clipboard

des.c compile error

Open lindagrz opened this issue 9 years ago • 0 comments

cannot compile. dev c++ returns the following errors: 254 C:\algorithms-lib\des.c cannot convert bool' toDES_MODE' for argument 3' tovoid des_key_setup(const BYTE_, BYTE ()[6], DES_MODE)' 259 C:\algorithms-lib\des.c cannot convert bool' toDES_MODE' for argument 3' tovoid des_key_setup(const BYTE, BYTE (_)[6], DES_MODE)'

lindagrz avatar May 06 '15 11:05 lindagrz