public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jturney@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [setup - the official Cygwin setup program] branch master, updated. release_2.902-1-g2a700f5f
Date: Fri, 28 Feb 2020 14:32:00 -0000	[thread overview]
Message-ID: <20200228143200.47425.qmail@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=2a700f5f5174ccb51a83cce7acc8b9d76fcbd6ef

commit 2a700f5f5174ccb51a83cce7acc8b9d76fcbd6ef
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Feb 28 14:21:44 2020 +0000

    Use a separate define to control debugging in gpg-packet.cc


Diff:
---
 gpg-packet.cc | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gpg-packet.cc b/gpg-packet.cc
index bbafbc38..114d07db 100644
--- a/gpg-packet.cc
+++ b/gpg-packet.cc
@@ -29,15 +29,17 @@
 #include "LogSingleton.h"
 #include "resource.h"
 
-#define CRYPTODEBUGGING         (0)
+#ifndef RFC4880DEBUGGING
+#define RFC4880DEBUGGING         (0)
+#endif
 
-#if CRYPTODEBUGGING
+#if RFC4880DEBUGGING
 #define ERRKIND __asm__ __volatile__ (".byte 0xcc"); note
 #define MESSAGE LogBabblePrintf
-#else  /* !CRYPTODEBUGGING */
+#else  /* !RFC4880DEBUGGING */
 #define ERRKIND note
 #define MESSAGE while (0) LogBabblePrintf
-#endif /* CRYPTODEBUGGING */
+#endif /* RFC4880DEBUGGING */
 
 #ifndef ARRAYSIZE
 #define ARRAYSIZE(_ar) (sizeof (_ar) / sizeof (_ar[0]))


                 reply	other threads:[~2020-02-28 14:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200228143200.47425.qmail@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).