From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W85kD-0002uy-Nb for qemu-devel@nongnu.org; Tue, 28 Jan 2014 05:18:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W85k7-0005bs-Mx for qemu-devel@nongnu.org; Tue, 28 Jan 2014 05:18:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W85k7-0005bU-9H for qemu-devel@nongnu.org; Tue, 28 Jan 2014 05:18:07 -0500 Message-ID: <52E783D4.8040300@redhat.com> Date: Tue, 28 Jan 2014 11:17:56 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1383928417-38009-1-git-send-email-sson@FreeBSD.org> <1387281158-65744-1-git-send-email-sson@FreeBSD.org> <1387281158-65744-20-git-send-email-sson@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 19/19] bsd-user: fix linking conflicts with FreeBSD libcrypto List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Stacey Son Cc: QEMU Developers Il 27/01/2014 21:07, Peter Maydell ha scritto: > You never answered Paolo's question about this patch, I think: > "What is the error? Do the functions have different signatures > or semantics between QEMU and FreeBSD?" > > If we need to resolve a clash, maybe we should just rename > the QEMU versions. Paolo? Yeah, but it looks like there's no clash. Perhaps we can use libcrypto if present, and only include aes.c if libcrypto is not there. Paolo