mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:13:31 +03:00
Add 'const' to immutable arrays.
This commit is contained in:
parent
9359498b06
commit
1ba47e7af9
10 changed files with 32 additions and 31 deletions
|
|
@ -24,6 +24,6 @@
|
|||
***************************************************************************/
|
||||
|
||||
void Curl_md5it(unsigned char *output,
|
||||
unsigned char *input);
|
||||
const unsigned char *input);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue