Is there any particular reason why cryptodev.h is missing from openssl-1.0.0-1.fc13.src.rpm ?
-DHAVE_CRYPTODEV should really become a default, at least on ARMs, since most of them seem to have some form of hardware crypto acceleration (e.g. Marvell ARMs such as what is in the SheevaPlug have hardware offload engine for SHA1 and AES.)
Gordan
Gordan Bobic wrote:
Is there any particular reason why cryptodev.h is missing from openssl-1.0.0-1.fc13.src.rpm ?
-DHAVE_CRYPTODEV should really become a default, at least on ARMs, since most of them seem to have some form of hardware crypto acceleration (e.g. Marvell ARMs such as what is in the SheevaPlug have hardware offload engine for SHA1 and AES.)
It may also be worth pointing out that openssl-1.0.0d in rawhide/koji also seems to have the same problem of missing cryptodev.h.
Gordan
Gordan Bobic wrote:
Gordan Bobic wrote:
Is there any particular reason why cryptodev.h is missing from openssl-1.0.0-1.fc13.src.rpm ?
-DHAVE_CRYPTODEV should really become a default, at least on ARMs, since most of them seem to have some form of hardware crypto acceleration (e.g. Marvell ARMs such as what is in the SheevaPlug have hardware offload engine for SHA1 and AES.)
It may also be worth pointing out that openssl-1.0.0d in rawhide/koji also seems to have the same problem of missing cryptodev.h.
Oops, my bad. This header is actually expected to be in the kernel headers.
Gordan