More multibyte character support.
[openssl.git] / crypto / evp / e_ofb_i.c
index 0af2b9e35f47994ae914b0a7ad8de8680f29fd8b..389206ef3611d2a2735eed62e432ee200f52d9e9 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 
-#ifndef NOPROTO
 static void idea_ofb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,
        unsigned char *iv,int enc);
 static void idea_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
        unsigned char *in, unsigned int inl);
-#else
-static void idea_ofb_init_key();
-static void idea_ofb_cipher();
-#endif
-
 static EVP_CIPHER i_ofb_cipher=
        {
        NID_idea_ofb64,