Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / idea / i_skey.c
index 87c63759a7f33f8ccee30b49db73e0452a6c8e9f..bbbda6b5c8729ec35edd804dd52f2ea8996e3312 100644 (file)
 #include <openssl/idea.h>
 #include "idea_lcl.h"
 
-#ifndef NOPROTO
 static IDEA_INT inverse(unsigned int xin);
-#else
-static IDEA_INT inverse();
-#endif
-
 void idea_set_encrypt_key(unsigned char *key, IDEA_KEY_SCHEDULE *ks)
        {
        int i;