summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-10 06:28:04 +0000
committerkris <kris@FreeBSD.org>2000-01-10 06:28:04 +0000
commit168e054f179af73ecd3c1270fe02e8be4e22bd41 (patch)
tree7e5ce439dc5e90780cb6435a3c8f46e1c1664ef4 /crypto
parent4203a050f64548749496c00694d851fb67d8644a (diff)
downloadFreeBSD-src-168e054f179af73ecd3c1270fe02e8be4e22bd41.zip
FreeBSD-src-168e054f179af73ecd3c1270fe02e8be4e22bd41.tar.gz
Zap NO_IDEA
Diffstat (limited to 'crypto')
-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 570fe27..66dda25 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
OpenPOWER on IntegriCloud