Commit 8b6e517e authored by Laszlo Papp's avatar Laszlo Papp Committed by Rich Salz
Browse files

RT2492: Remove extra NULL check.

parent ddc29125
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -177,7 +177,6 @@ int fbytes(unsigned char *buf, int num)
		ret = 0;
	else 
		ret = 1;
	if (tmp)
	BN_free(tmp);
	return ret;
	}