summaryrefslogtreecommitdiffstats
path: root/crypto/idea/i_skey.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /crypto/idea/i_skey.c
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'crypto/idea/i_skey.c')
-rw-r--r--crypto/idea/i_skey.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/idea/i_skey.c b/crypto/idea/i_skey.c
index 87c63759a7..bbbda6b5c8 100644
--- a/crypto/idea/i_skey.c
+++ b/crypto/idea/i_skey.c
@@ -59,12 +59,7 @@
#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;