Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.

This commit is contained in:
Lutz Jänicke 2002-03-21 19:08:35 +00:00
parent 82652aaf17
commit be3d90de02

View File

@ -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);