emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs core TLS support


From: Ted Zlatanov
Subject: Re: Emacs core TLS support
Date: Wed, 29 Sep 2010 12:44:52 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Regarding this comment from Stefan Monnier in gnutls.c:

    /* FIXME: This can't be right: infd and outfd are integers (file handles)
       whereas the function expects args of type gnutls_transport_ptr_t.  */
     gnutls_transport_set_ptr2 (state, XPROCESS (proc)->infd,
                                XPROCESS (proc)->outfd);

According to the docs and to the example clients in the GnuTLS code,
that's the right way to set up socket FDs as GnuTLS transports.  Should
I add a clarifying comment?

Ted




reply via email to

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