Zap NO_IDEA

This commit is contained in:
Kris Kennaway 2000-01-10 06:28:04 +00:00
parent 196e8792a2
commit 62410b5785
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55719

View File

@ -54,6 +54,8 @@
* derivative of this code cannot be changed. i.e. this code cannot simply be * derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence * copied and put under another distribution licence
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*
* $FreeBSD$
*/ */
#ifndef HEADER_ENVELOPE_H #ifndef HEADER_ENVELOPE_H
@ -93,9 +95,6 @@ extern "C" {
#ifndef NO_CAST #ifndef NO_CAST
#include <openssl/cast.h> #include <openssl/cast.h>
#endif #endif
#ifndef NO_IDEA
#include <openssl/idea.h>
#endif
#ifndef NO_MDC2 #ifndef NO_MDC2
#include <openssl/mdc2.h> #include <openssl/mdc2.h>
#endif #endif
@ -367,9 +366,6 @@ typedef struct evp_cipher_ctx_st
des_key_schedule ks3;/* key schedule (for ede3) */ des_key_schedule ks3;/* key schedule (for ede3) */
} des_ede; } des_ede;
#endif #endif
#ifndef NO_IDEA
IDEA_KEY_SCHEDULE idea_ks;/* key schedule */
#endif
#ifndef NO_RC2 #ifndef NO_RC2
RC2_KEY rc2_ks;/* key schedule */ RC2_KEY rc2_ks;/* key schedule */
#endif #endif