* gnutls.c (Fgnutls_boot): Don't assume C99.
* process.c (wait_reading_process_output): Fix typo in recent change.
+2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix recent gnutls changes.
+ * gnutls.c (Fgnutls_boot): Don't assume C99.
+ * process.c (wait_reading_process_output): Fix typo in recent change.
+
2013-11-05 Teodor Zlatanov <tzz@lifelogs.com>
* process.c (wait_reading_process_output, read_process_output)
fn_gnutls_x509_crt_deinit (gnutls_verify_cert);
}
- // Only set this flag if the whole initialization succeeded.
+ /* Set this flag only if the whole initialization succeeded. */
XPROCESS (proc)->gnutls_p = 1;
return gnutls_make_error (ret);
{
/* Check this specific channel. */
if (wait_proc->gnutls_p /* Check for valid process. */
- && p->gnutls_state
+ && wait_proc->gnutls_state
/* Do we have pending data? */
&& ((emacs_gnutls_record_check_pending
(wait_proc->gnutls_state))