summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-06-24 06:50:58 +0000
committermarkm <markm@FreeBSD.org>2000-06-24 06:50:58 +0000
commit2fe0472e3949a7c045ea27f8f6b3652ae3aca5dc (patch)
tree3ed0aa90949c0ec988e2973893cd6e9a75ea7506 /crypto
parentf3680800aaed268ba8b95bbd5a8ea04ca9ec4cc4 (diff)
downloadFreeBSD-src-2fe0472e3949a7c045ea27f8f6b3652ae3aca5dc.zip
FreeBSD-src-2fe0472e3949a7c045ea27f8f6b3652ae3aca5dc.tar.gz
MFI. This is a documentation-only, diffreducing patch, that if
invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included.
Diffstat (limited to 'crypto')
-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