mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -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>
This commit is contained in:
committed by
Yann E. MORIN
parent
6c5d4a3ba2
commit
8b2befcd74
@@ -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