mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Remove unused buffer 'buf'.
This commit is contained in:
parent
c05a7f5dfd
commit
a842df6659
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user