From 62410b57856720a25276b6c5bee9edea99b90aa5 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 10 Jan 2000 06:28:04 +0000 Subject: [PATCH] Zap NO_IDEA --- crypto/openssl/crypto/evp/evp.h | 8 ++------ 1 file 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 #endif -#ifndef NO_IDEA -#include -#endif #ifndef NO_MDC2 #include #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