Remove superflous statement <justin.fletcher@ntlworld.com>.
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
afcf54a5c9
commit
f90c544039
@ -75,7 +75,6 @@ main()
|
|||||||
buf[0]='\0';
|
buf[0]='\0';
|
||||||
fgets(buf,256,stdin);
|
fgets(buf,256,stdin);
|
||||||
if (buf[0] == '\0') break;
|
if (buf[0] == '\0') break;
|
||||||
buf[255]='\0';
|
|
||||||
i=strlen(buf);
|
i=strlen(buf);
|
||||||
p=OPENSSL_malloc(i+1);
|
p=OPENSSL_malloc(i+1);
|
||||||
memcpy(p,buf,i+1);
|
memcpy(p,buf,i+1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user