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>
(cherry picked from commit 8b2befcd74)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fee8154ee5
commit
e0ba7acb50
@@ -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