des: Fix header conditional for Curl_des_set_odd_parity

Follow up to 613e502.
This commit is contained in:
Anders Bakken 2015-10-07 12:40:23 -07:00 committed by Jay Satiro
parent 3771da335b
commit da2d3b5805

View File

@ -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);