coderman wrote:
On Mon, Dec 29, 2008 at 10:43 AM, Udo van den Heuvel <udovdh@xxxxxxxxx> wrote:... Dec 29 19:09:21.991 [info] crypto_global_init(): Initializing OpenSSL via tor_tls_init(). Hardware isn't used at all!?you'll need to set HardwareAccel 1 like you mentioned. then you should see "Initializing OpenSSL engine support." followed by the engine used for various cipher primitives. (RSA,DH,AES,etc...)
I saw that in the code, yes. But not so in the logs.In main.c crypto_global_init is called with the contents of the HardwareAccel setting; in crypto.c useAccel is tested and the tor_tls_init line is printed although it is set to 1...
How come? Udo