瀏覽代碼

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

Lutz Jänicke 22 年之前
父節點
當前提交
be3d90de02
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      crypto/lhash/lh_test.c

+ 0 - 1
crypto/lhash/lh_test.c

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