Remove NOPROTO definitions and error code comments.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user