aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/idea.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-06-27 11:28:29 +0100
committerMatt Caswell <matt@openssl.org>2016-06-27 11:28:29 +0100
commit1aca3618ff86358c659c856b10e2270c3d4230d2 (patch)
treee311e232a5996b68f50fa04a0108270cea868f13 /include/openssl/idea.h
parentcd359b2564b77230a1201a200683dac622c923af (diff)
downloadopenssl-1aca3618ff86358c659c856b10e2270c3d4230d2.zip
openssl-1aca3618ff86358c659c856b10e2270c3d4230d2.tar.gz
openssl-1aca3618ff86358c659c856b10e2270c3d4230d2.tar.bz2
Fix some OPENSSL_API_COMPAT values
There are 3 OPENSSL_API_COMPAT values that are incorrect in the header files, and one inconsistency between the header and the .c Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include/openssl/idea.h')
-rw-r--r--include/openssl/idea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/idea.h b/include/openssl/idea.h
index d527675..4334f3e 100644
--- a/include/openssl/idea.h
+++ b/include/openssl/idea.h
@@ -45,7 +45,7 @@ void IDEA_ofb64_encrypt(const unsigned char *in, unsigned char *out,
int *num);
void IDEA_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);
-# if OPENSSL_API_COMPAT < 0x00101000L
+# if OPENSSL_API_COMPAT < 0x10100000L
# define idea_options IDEA_options
# define idea_ecb_encrypt IDEA_ecb_encrypt
# define idea_set_encrypt_key IDEA_set_encrypt_key