summaryrefslogtreecommitdiffstats
path: root/include/crypto/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/evp.h')
-rw-r--r--include/crypto/evp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/crypto/evp.h b/include/crypto/evp.h
index 32ae121eea..dfbcf149de 100644
--- a/include/crypto/evp.h
+++ b/include/crypto/evp.h
@@ -29,6 +29,9 @@ struct evp_pkey_ctx_st {
const char *algorithm;
const char *propquery;
+ /* cached key manager */
+ EVP_KEYMGMT *keymgmt;
+
union {
struct {
EVP_KEYEXCH *exchange;