On Fri, Feb 5, 2016 at 9:46 PM, Burton, Ross <ross.bur...@intel.com> wrote:
> On 5 February 2016 at 20:44, Khem Raj <raj.k...@gmail.com> wrote:
>>
>> its added new to this version. May be packageconfig is better place
>> for --with-sha1 stuff
>
>
> Agreed - some may not want openssl at all and being able to switch it for
> another alternative would be useful.

sure. but, then I have some questions..

1. which one we default to? openssl?

2. which one we support, from configure.ac:

        [choose SHA1 implementation])])
case "x$with_sha1" in
x | xlibc | xlibmd | xlibnettle | xlibgcrypt | xlibcrypto | xlibsha1 |
xCommonCrypto | xCryptoAPI)
  ;;

3. is there a good way to handle 'multiple choice' with PACKAGECONFIG?
How can we prevent more than 1 PACKAGECONFIG to be set (nicely)?
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to