summaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/engine_int.h')
-rw-r--r--crypto/engine/engine_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/engine/engine_int.h b/crypto/engine/engine_int.h
index addf6b533b..d44f648559 100644
--- a/crypto/engine/engine_int.h
+++ b/crypto/engine/engine_int.h
@@ -96,6 +96,8 @@ struct engine_st
* simply to cope with (de)allocation of this structure. Hence,
* running_ref <= struct_ref at all times. */
int funct_ref;
+ /* A place to store per-key data */
+ CRYPTO_EX_DATA ex_data;
/* Used to maintain the linked-list of engines. */
struct engine_st *prev;
struct engine_st *next;