Skip to content

Commit

Permalink
des: Fix header conditional for Curl_des_set_odd_parity
Browse files Browse the repository at this point in the history
Follow up to 613e502.
  • Loading branch information
Andersbakken authored and jay committed Oct 8, 2015
1 parent 3771da3 commit da2d3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl_des.h
Expand Up @@ -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);
Expand Down

0 comments on commit da2d3b5

Please sign in to comment.