summaryrefslogtreecommitdiffstats
path: root/crypto/idea/idea.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/idea.h')
-rw-r--r--crypto/idea/idea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/idea/idea.h b/crypto/idea/idea.h
index a137d4c..e9a1e7f1 100644
--- a/crypto/idea/idea.h
+++ b/crypto/idea/idea.h
@@ -87,7 +87,7 @@ void idea_ecb_encrypt(const unsigned char *in, unsigned char *out,
void private_idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks);
#endif
void idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks);
-void idea_set_decrypt_key(const IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
+void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
void idea_cbc_encrypt(const unsigned char *in, unsigned char *out,
long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,int enc);
void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out,
OpenPOWER on IntegriCloud