mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
des: Fixed compilation warning from commit 613e5022fe
curl_ntlm_core.c:150: warning 'Curl_des_set_odd_parity' undefined; assuming extern returning int
This commit is contained in:
parent
2a59fb25cc
commit
347a6ee597
@ -60,4 +60,4 @@ void Curl_des_set_odd_parity(unsigned char *bytes, size_t len)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* USE_NTLM && (!USE_OPENSSL || HAVE_BORINGSSL) */
|
||||
#endif /* USE_NTLM && !HAVE_DES_SET_ODD_PARITY */
|
||||
|
@ -29,6 +29,6 @@
|
||||
/* Applies odd parity to the given byte array */
|
||||
void Curl_des_set_odd_parity(unsigned char *bytes, size_t length);
|
||||
|
||||
#endif /* USE_NTLM && (!USE_OPENSSL || HAVE_BORINGSSL) */
|
||||
#endif /* USE_NTLM && !HAVE_DES_SET_ODD_PARITY */
|
||||
|
||||
#endif /* HEADER_CURL_DES_H */
|
||||
|
Loading…
Reference in New Issue
Block a user