[exim-dev] [Bug 1713] New: PDKIM_DEBUG not optional

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1713] New: PDKIM_DEBUG not optional
https://bugs.exim.org/show_bug.cgi?id=1713

            Bug ID: 1713
           Summary: PDKIM_DEBUG not optional
           Product: Exim
           Version: 4.86
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: DKIM
          Assignee: tom@???
          Reporter: jasen@???
                CC: exim-dev@???


Created attachment 841
--> https://bugs.exim.org/attachment.cgi?id=841&action=edit
patch.

commenting out PDKIM_DEBUG in src/pdkim/pdkim.h results in build failure:

...
gcc -o exim
dkim.o: In function `dkim_exim_verify_init':
dkim.c:(.text+0x1ce): undefined reference to `pdkim_set_debug_stream'
dkim.o: In function `dkim_exim_sign':
dkim.c:(.text+0xe16): undefined reference to `pdkim_set_debug_stream'

--
You are receiving this mail because:
You are on the CC list for the bug.