y
Sent: Friday, May 21, 2010 10:43 AM
To: openssl-users@openssl.org
Subject: compilation problem for xscale.
I've compiled a GPL module (IET) to run on an xscale, and it worked fine
except for one major issue - I could not load the
__
Rusty Carruth wrote:
> 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.
The requirement is that the module claim that it is available under the GPL
by containing a specific license declaration. You can fix thi
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
nssl-users@openssl.org
Subject: compilation problem for xscale.
I've compiled openssl to run on an xscale, and it worked fine except for
one major issue - I could not load the resulting module until I changed
this in crypto/api:
EXPORT_SYMBOL_GPL(crypto_register_alg);
EXPORT_SYMBOL_GPL(crypto
I've compiled openssl to run on an xscale, and it worked fine except for
one major issue - I could not load the resulting module until I changed
this in crypto/api:
EXPORT_SYMBOL_GPL(crypto_register_alg);
EXPORT_SYMBOL_GPL(crypto_unregister_alg);
EXPORT_SYMBOL_GPL(crypto_alloc_tfm);
EXPORT_SYMBOL_