From 4767a5375e6681a962efadb19cb457fd4b9ea278 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 16 Jul 2019 15:09:06 +0200 Subject: libbb: include only if necessary Signed-off-by: Denys Vlasenko --- libbb/pw_encrypt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbb/pw_encrypt.c') diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index 86455cd0d..47c20690f 100644 --- a/libbb/pw_encrypt.c +++ b/libbb/pw_encrypt.c @@ -6,7 +6,9 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ +#if !ENABLE_USE_BB_CRYPT #include +#endif #include "libbb.h" /* static const uint8_t ascii64[] ALIGN1 = -- cgit v1.2.3