mirror of
https://github.com/curl/curl.git
synced 2026-04-15 04:51:40 +03:00
des: Fix header conditional for Curl_des_set_odd_parity
Follow up to 613e502.
This commit is contained in:
parent
3771da335b
commit
da2d3b5805
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#if defined(USE_NTLM) && (!defined(USE_OPENSSL) || defined(HAVE_BORINGSSL))
|
||||
#if defined(USE_NTLM) && !defined(HAVE_DES_SET_ODD_PARITY)
|
||||
|
||||
/* Applies odd parity to the given byte array */
|
||||
void Curl_des_set_odd_parity(unsigned char *bytes, size_t length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue