From: Fabrice Fontaine Date: Fri, 10 Sep 2021 21:05:32 +0000 (+0200) Subject: package/openssl: fix spurious spaces X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b2befcd7475c62f312d6d3b9a9d76f8de6fb062;p=buildroot.git package/openssl: fix spurious spaces Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/openssl/Config.in b/package/openssl/Config.in index f69e85978f..f79bac28fa 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -55,8 +55,8 @@ config BR2_PACKAGE_HAS_OPENSSL config BR2_PACKAGE_PROVIDES_OPENSSL string - default "libopenssl" if BR2_PACKAGE_LIBOPENSSL - default "libressl" if BR2_PACKAGE_LIBRESSL + default "libopenssl" if BR2_PACKAGE_LIBOPENSSL + default "libressl" if BR2_PACKAGE_LIBRESSL endif