We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)'
bool' to
3' to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cannot compile. dev c++ returns the following errors:
254 C:\algorithms-lib\des.c cannot convert
bool' to
DES_MODE' for argument3' to
void des_key_setup(const BYTE_, BYTE ()[6], DES_MODE)'259 C:\algorithms-lib\des.c cannot convert
bool' to
DES_MODE' for argument3' to
void des_key_setup(const BYTE, BYTE (_)[6], DES_MODE)'The text was updated successfully, but these errors were encountered: