aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_des.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_des.h')
-rw-r--r--lib/curl_des.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_des.h b/lib/curl_des.h
index b855db4c1..a6e86f861 100644
--- a/lib/curl_des.h
+++ b/lib/curl_des.h
@@ -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 */