summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-02 21:19:35 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-02 21:19:35 +0100
commit7cf13baefa9c48c3d0ca03ca10083d208fc4af8d (patch)
treeee8fb1afa74c5426fdcd2ff6e4daadec214edab5
parent1dfb8ca06b6332b70aa9157605eed984620b50df (diff)
downloadcryptodev-linux-7cf13baefa9c48c3d0ca03ca10083d208fc4af8d.tar.gz
cryptodev-linux-7cf13baefa9c48c3d0ca03ca10083d208fc4af8d.tar.xz
cryptodev-linux-7cf13baefa9c48c3d0ca03ca10083d208fc4af8d.zip
The kernel driver compiles and works fine. But cryptodev.h is now
incompatible with openssl's cryptodev engine. Reported by Michael Weiser.
-rw-r--r--cryptodev.h2
1 files changed, 1 insertions, 1 deletions
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;
};