[Buildroot] [git commit branch/2021.02.x] package/openssl: fix spurious spaces

Peter Korsgaard peter at korsgaard.com
Sun Sep 12 19:37:15 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=08db7c4153c13bdd602b3241c21e9bf720cc4c67
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 8b2befcd7475c62f312d6d3b9a9d76f8de6fb062)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/openssl/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/openssl/Config.in b/package/openssl/Config.in
index dd47091300..daf76e7063 100644
--- a/package/openssl/Config.in
+++ b/package/openssl/Config.in
@@ -62,8 +62,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
 


More information about the buildroot mailing list