mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/openssl: fix spurious spaces
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 8b2befcd74)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8e469e30f7
commit
ff75e9e07d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user