From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Using gnutls.c by default Date: Thu, 5 May 2011 14:15:17 +0200 Message-ID: References: <8739kxvvc6.fsf@lifelogs.com> <4DBF352E.4010103@gmail.com> <87oc3hh1if.fsf@lifelogs.com> <4DC293AB.70401@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304597768 10161 80.91.229.12 (5 May 2011 12:16:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 12:16:08 +0000 (UTC) Cc: Ted Zlatanov , Sean Sieger , emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 14:16:04 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QHxTO-0001uC-9Z for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 14:16:02 +0200 Original-Received: from localhost ([::1]:57852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHxTN-0007wa-Pf for ged-emacs-devel@m.gmane.org; Thu, 05 May 2011 08:16:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHxTL-0007wJ-0d for emacs-devel@gnu.org; Thu, 05 May 2011 08:15:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHxTK-0000gf-31 for emacs-devel@gnu.org; Thu, 05 May 2011 08:15:58 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:37221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHxTJ-0000gZ-V8 for emacs-devel@gnu.org; Thu, 05 May 2011 08:15:58 -0400 Original-Received: by ywa1 with SMTP id 1so906640ywa.0 for ; Thu, 05 May 2011 05:15:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=usZETsirNGOeRjZqgGrkRR5+h3DwZuKrN16ng6+nwnk=; b=dTT3CwAp1ms3JQdTuQ6uh9EgB2DFXSjfjngSeO2iOWH55C5ce+ZhMvWgOspa2XKPoT xaGcl60AA1d1pRrZy+dfZ164dZ46n7NTNQo2IfLJTYAKtXXWgI35f9i+CXw6V9rGQRmy 2zzmGCGuFkxKeZ3c5h9FL7KWVlgNzu+dYAgb8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=UywAj9nBRi1eaWuptajQhqSmBUuyzD07k5NFbsh5YqnlvKBH/0UfWOq8TnFp341eXK q0riyeVlz/O0GjQvTQNxSG4pbXw/vKIbdU3PCxWufBeTC2fM8Plkb3O2tH3eLhgeBT6J DzitUUVmAFQwLrHJKxltIKN1xQ+c+n7zNFJGs= Original-Received: by 10.150.73.20 with SMTP id v20mr2082032yba.368.1304597757288; Thu, 05 May 2011 05:15:57 -0700 (PDT) Original-Received: by 10.147.182.5 with HTTP; Thu, 5 May 2011 05:15:17 -0700 (PDT) In-Reply-To: <4DC293AB.70401@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139147 Archived-At: On Thu, May 5, 2011 at 14:10, Christoph Scholtes wrote: > The dynamic loading works fine and Emacs starts up without > the binaries present. The real test is whether it crashes when the GnuTLS functions are invoked ;= -) > Thanks for adding this Juanma. It's in the job description. =C2=A0 =C2=A0 Juanma