aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/rc4/rc4test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/rc4/rc4test.c b/crypto/rc4/rc4test.c
index d74484b4c4..49afa5c1db 100644
--- a/crypto/rc4/rc4test.c
+++ b/crypto/rc4/rc4test.c
@@ -118,9 +118,7 @@ int main(int argc, char *argv[])
int j;
unsigned char *p;
RC4_KEY key;
- unsigned char buf[512],obuf[512];
-
- for (i=0; i<512; i++) buf[i]=0x01;
+ unsigned char obuf[512];
for (i=0; i<6; i++)
{