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