On Tue, May 25, 2010 at 19:09, Carruth, Rusty wrote:
> Should I send this request to the developers list rather than here?
>
> If so, I'll be happy to do so...
>
> In any case, the short version is:  I cross-compiled openssl for target
> xscale, and could not load the kernel module because some of the symbols
> (e.g. crypto_register_alg) apparently because they were exported using
> EXPORT_SYMBOL_GPL, and openssl did not convince the kernel that it could
> use the _GPL symbols. Or at least that's what it appeared to be.
>
> I would have thought that OPENssl, for which I have the source, would
> have met the requirements to use the _GPL symbols in the kernel.
>
> So - the question:  Is there some trick I need to do to convince the
> kernel (2.6.18.8) to allow openssl (0.9.81) kernel module to load?
> (Without breaking the _GPL symbols)

err, openssl doesnt provide any linux kernel modules (that i'm aware
of).  what module exactly are you trying to load ?  and where did you
get it from ?
-mike
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to