Index: openssl/crypto/idea/idea.h |
=================================================================== |
--- openssl/crypto/idea/idea.h (revision 105093) |
+++ openssl/crypto/idea/idea.h (working copy) |
@@ -83,11 +83,8 @@ |
const char *idea_options(void); |
void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, |
IDEA_KEY_SCHEDULE *ks); |
-#ifdef OPENSSL_FIPS |
-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, |