<div dir="ltr"><div dir="ltr">Hi Thomas and thanks for the review,<br><br>The Config.in also has this part that automatically selects the OpenSSL <br>package if no crypto backend is already available:<br><br>> -       select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT<br>> +       select BR2_PACKAGE_OPENSSL if !(BR2_PACKAGE_MBEDTLS || BR2_PACKAGE_LIBGCRYPT)<br><br>This is in sync with the old behavior, when mbedtls was not in scope.<br>And then in case there are multiple crypto backends available it will <br>prefer Libgcrypt, then OpenSSL and in the end mbedTLS:<br><br>> +     default BR2_PACKAGE_LIBSSH_LIBGCRYPT if BR2_PACKAGE_LIBGCRYPT<br>> +     default BR2_PACKAGE_LIBSSH_OPENSSL if BR2_PACKAGE_OPENSSL<br>> +     default BR2_PACKAGE_LIBSSH_MBEDTLS if BR2_PACKAGE_MBEDTLS<br><br>The default will be to select the first enabled crypto backend provider <br>in the same preference order as is used now, i.e. no change from current<br>behavior.<br></div><div dir="ltr"><br></div><div>Thanks and regards</div><div>Mircea</div></div>