aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-10 06:28:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-10 06:28:04 +0000
commit62410b57856720a25276b6c5bee9edea99b90aa5 (patch)
treef5e956c59e4cc4f6842fd5fdddd17086fe68639a
parent196e8792a20ec7a3123aca965714b751f99c1a14 (diff)
downloadsrc-62410b57856720a25276b6c5bee9edea99b90aa5.tar.gz
src-62410b57856720a25276b6c5bee9edea99b90aa5.zip
Zap NO_IDEA
Notes
Notes: svn path=/head/; revision=55719
-rw-r--r--crypto/openssl/crypto/evp/evp.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/crypto/openssl/crypto/evp/evp.h b/crypto/openssl/crypto/evp/evp.h
index 570fe27d39b5..66dda2577964 100644
--- a/crypto/openssl/crypto/evp/evp.h
+++ b/crypto/openssl/crypto/evp/evp.h
@@ -54,6 +54,8 @@
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
+ *
+ * $FreeBSD$
*/
#ifndef HEADER_ENVELOPE_H
@@ -93,9 +95,6 @@ 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
@@ -367,9 +366,6 @@ 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