> -----Original Message-----
> From: [email protected]
> [...]
> Later on: when a plan has been found to expose the low-level OpenSSL API
> to Qt this implementation could be changed to use OpenSSL and fall back to
> qrand if it is not available.

How about just making this plan A?

Maybe I'm naïve, but that would just require that
- qtwebsockets link against openssl directly (see e.g. 
qtbase/src/network/ssl/ssl.pri)
- Use the API described in http://wiki.openssl.org/index.php/Random_Numbers
   to generate the random number.

I also don't think you even need the 'no-openssl available' use case.

Regards

Kai
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to