emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs core TLS support


From: Lars Magne Ingebrigtsen
Subject: Re: Emacs core TLS support
Date: Mon, 27 Sep 2010 17:13:22 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Ted Zlatanov <address@hidden> writes:

> Hmm, GNUTLS_E_SUCCESS is 0 by definition.  But you say in your patch:
>
> -  if (GNUTLS_E_SUCCESS == ret)
> +  if (GNUTLS_E_SUCCESS == ret || ret == 0)
>    {
>      /* here we're finally done.  */
>      GNUTLS_INITSTAGE (proc) = GNUTLS_STAGE_READY;
> +    return Qt;
>    }

Oh, right.  Yeah, it was just the Elisp bit that looped too much, then.

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]