From: Denys Vlasenko Date: Tue, 16 Jul 2019 13:09:06 +0000 (+0200) Subject: libbb: include only if necessary X-Git-Tag: 1_32_0~180 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4767a5375e6681a962efadb19cb457fd4b9ea278;p=oweals%2Fbusybox.git libbb: include only if necessary Signed-off-by: Denys Vlasenko --- 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 =