summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/arcfour/arcfour_s2k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/arcfour/arcfour_s2k.c b/src/lib/crypto/arcfour/arcfour_s2k.c
index 30ef7d77c..69872fc22 100644
--- a/src/lib/crypto/arcfour/arcfour_s2k.c
+++ b/src/lib/crypto/arcfour/arcfour_s2k.c
@@ -2,7 +2,7 @@
#include "rsa-md4.h"
#include "arcfour-int.h"
-#if TARGET_OS_MAC
+#if TARGET_OS_MAC && !defined(DEPEND)
#include <CoreFoundation/CFString.h>
#endif
@@ -11,7 +11,7 @@ utf8to16(unsigned char *utf16_buf, const char *utf8_str, size_t *len)
{
krb5_error_code err = 0;
-#if TARGET_OS_MAC
+#if TARGET_OS_MAC && !defined(DEPEND)
CFStringRef string = NULL;
CFIndex length = *len;