summaryrefslogtreecommitdiffstats
path: root/crypto/idea
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea')
-rw-r--r--crypto/idea/i_ecb.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c
index c018c1504f..e7eeb4f937 100644
--- a/crypto/idea/i_ecb.c
+++ b/crypto/idea/i_ecb.c
@@ -61,10 +61,7 @@
const char *idea_options(void)
{
- if (sizeof(short) != sizeof(IDEA_INT))
- return ("idea(int)");
- else
- return ("idea(short)");
+ return ("idea(int)");
}
void idea_ecb_encrypt(const unsigned char *in, unsigned char *out,