Commit f90c5440 authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

Remove superflous statement <justin.fletcher@ntlworld.com>.

Submitted by:
Reviewed by:
PR:
parent afcf54a5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);