Hi,

On Mon, Jan 05, 2015 at 11:29:48PM +0530, sri sowj wrote:
> Can anyone help me to understand How openssl App's can interact with
> linux kernel using cryptodev-linux interfaces.
> I have tried the sample available in "
> http://www.logix.cz/michal/devel/cryptodev/";
> CryptoDev with OpenSSL
> 
>     cryptodev-demo2.c (Colorized)
> 
> But When I compile I am getting Below Mentioned error.
> 
> *"error: crypto/cryptodev.h: No such file or directory "*

Strangely, cryptodev-demo2.c does not contain an include statement for
that file. Instead, it includes linux/cryptodev.h which is probably not
correct. Please assure the following two things:

- There is /usr/include/crypto/cryptodev.h and it matches the
  cryptodev-linux installation you use.
- cryptodev-demo2.c has to include crypto/cryptodev.h

Also, you should probably have a look at /usr/include/linux/cryptodev.h,
which I suspect to belong to an installation of OCF or whatever.

HTH, Phil

_______________________________________________
Cryptodev-linux-devel mailing list
Cryptodev-linux-devel@gna.org
https://mail.gna.org/listinfo/cryptodev-linux-devel

Reply via email to