From 7cf13baefa9c48c3d0ca03ca10083d208fc4af8d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 2 Mar 2010 21:19:35 +0100 Subject: [PATCH] The kernel driver compiles and works fine. But cryptodev.h is now incompatible with openssl's cryptodev engine. Reported by Michael Weiser. --- cryptodev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptodev.h b/cryptodev.h index 0669f92..ce23d48 100644 --- a/cryptodev.h +++ b/cryptodev.h @@ -130,7 +130,7 @@ enum { /* bignum parameter, in packed bytes, ... */ struct crparam { - void* crp_p; + uint8_t* crp_p; uint32_t crp_nbits; }; -- 2.11.4.GIT