summaryrefslogtreecommitdiffstats
path: root/cryptodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptodev.h')
-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;
};