Description: Correct a function parameter's type. Forwarded: no Author: Peter Pentchev Last-Update: 2021-08-19 --- a/src/protocol.c +++ b/src/protocol.c @@ -71,7 +71,7 @@ NOEXPORT void ntlm(CLI *, SERVICE_OPTIONS *); NOEXPORT char *ntlm1(); NOEXPORT char *ntlm3(char *, char *, char *, char *); -NOEXPORT void crypt_DES(DES_cblock, DES_cblock, DES_cblock); +NOEXPORT void crypt_DES(DES_cblock, DES_cblock, unsigned char[7]); #endif NOEXPORT char *base64(int, const char *, int);