> [steve - Mon Jul 19 21:26:53 2010]:
> 
> > [steve - Mon Jul 19 18:24:36 2010]:
> > 
> > OK, for some reason mod_ssl is loading the dummy aesni ("no-aesni")
> > while curl is loading the functional aesni.
> > 
> 
> OK maybe the engage variable isn't set up correctly.
> 
> Can you break in aesni_bind_helper() and see what "engage" gets set to?
> 
> Also break in OPENSSL_cpuid_setup() to see when and where it gets called
> first.
> 

Answering myself here again... possibly curl is calling
OpenSSL_add_all_algorithm() but mod_ssl is not.

Try adding a call to OPENSSL_cpuid_setup() at the start of
SSL_library_init() in ssl/ssl_algs.c

Steve.
-- 
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to