summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_int.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-01 03:57:46 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-01 03:57:46 +0000
commit3bbb0212f3d059d7148c62c73d719e6d79954901 (patch)
tree4d17c4090494af437408524c6d8d6218e61adfe0 /crypto/engine/eng_int.h
parenta5db6fa5760f21d16d59e025e930c02456e00fef (diff)
Add STORE support in ENGINE.
Diffstat (limited to 'crypto/engine/eng_int.h')
-rw-r--r--crypto/engine/eng_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h
index 2c82861ebb..395c7fff1a 100644
--- a/crypto/engine/eng_int.h
+++ b/crypto/engine/eng_int.h
@@ -154,6 +154,7 @@ struct engine_st
const ECDH_METHOD *ecdh_meth;
const ECDSA_METHOD *ecdsa_meth;
const RAND_METHOD *rand_meth;
+ const STORE_METHOD *store_meth;
/* Cipher handling is via this callback */
ENGINE_CIPHERS_PTR ciphers;
/* Digest handling is via this callback */