aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-common
diff options
context:
space:
mode:
Diffstat (limited to 'libccnx-common')
-rwxr-xr-xlibccnx-common/ccnx/common/ccnx_KeystoreUtilities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libccnx-common/ccnx/common/ccnx_KeystoreUtilities.c b/libccnx-common/ccnx/common/ccnx_KeystoreUtilities.c
index 1ae94ef6..aac2ddd0 100755
--- a/libccnx-common/ccnx/common/ccnx_KeystoreUtilities.c
+++ b/libccnx-common/ccnx/common/ccnx_KeystoreUtilities.c
@@ -186,7 +186,7 @@ ccnxKeystoreUtilities_CreateInHomeDirectory(const char *keystorePassword, int ke
return params;
}
-#ifdef _ANDROID_
+#ifdef __ANDROID__
static char *
getpass(const char *prompt)
{