]> granicus.if.org Git - curl/commitdiff
des: Fix header conditional for Curl_des_set_odd_parity
authorAnders Bakken <agbakken@gmail.com>
Wed, 7 Oct 2015 19:40:23 +0000 (12:40 -0700)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 8 Oct 2015 06:07:12 +0000 (02:07 -0400)
Follow up to 613e502.

lib/curl_des.h

index a6e86f861a13007cc293c3c8a10dbfc38f0f451c..061e9127130686e312828ad43c980d63554d391a 100644 (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);