summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/evp/evp.h')
-rw-r--r--crypto/openssl/crypto/evp/evp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/evp/evp.h b/crypto/openssl/crypto/evp/evp.h
index 6fd8e73..39969c2 100644
--- a/crypto/openssl/crypto/evp/evp.h
+++ b/crypto/openssl/crypto/evp/evp.h
@@ -95,6 +95,9 @@ extern "C" {
#ifndef NO_CAST
#include <openssl/cast.h>
#endif
+#ifndef NO_IDEA
+#include <openssl/idea.h>
+#endif
#ifndef NO_MDC2
#include <openssl/mdc2.h>
#endif
@@ -366,6 +369,9 @@ typedef struct evp_cipher_ctx_st
des_key_schedule ks3;/* key schedule (for ede3) */
} des_ede;
#endif
+#ifndef NO_IDEA
+ IDEA_KEY_SCHEDULE idea_ks;/* key schedule */
+#endif
#ifndef NO_RC2
RC2_KEY rc2_ks;/* key schedule */
#endif
OpenPOWER on IntegriCloud