From b117a60e81c3d67880cd8b0079041c92a0818d96 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 3 Nov 2013 11:12:42 +0100 Subject: Allow building without NaCl again --- src/fastd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fastd.c') diff --git a/src/fastd.c b/src/fastd.c index 6c2b9e5..f30511d 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -39,7 +39,7 @@ #include #include -#ifdef USE_LIBSODIUM +#ifdef HAVE_LIBSODIUM #include #endif @@ -739,7 +739,7 @@ static void drop_caps(fastd_context_t *ctx) { } int main(int argc, char *argv[]) { -#ifdef USE_LIBSODIUM +#ifdef HAVE_LIBSODIUM sodium_init(); #endif -- cgit v1.2.3