summaryrefslogtreecommitdiff
path: root/crypto/rc4/rc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc4/rc4.h')
-rw-r--r--crypto/rc4/rc4.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/rc4/rc4.h b/crypto/rc4/rc4.h
index ea66f1ce8d..8d2b165dc2 100644
--- a/crypto/rc4/rc4.h
+++ b/crypto/rc4/rc4.h
@@ -71,21 +71,12 @@ typedef struct rc4_key_st
RC4_INT data[256];
} RC4_KEY;
-#ifndef NOPROTO
const char *RC4_options(void);
void RC4_set_key(RC4_KEY *key, int len, unsigned char *data);
void RC4(RC4_KEY *key, unsigned long len, unsigned char *indata,
unsigned char *outdata);
-#else
-
-const char *RC4_options();
-void RC4_set_key();
-void RC4();
-
-#endif
-
#ifdef __cplusplus
}
#endif