Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 205813 | Differences between
and this patch

Collapse All | Expand All

(-)libdkim-1.0.17-tk/src/dkimsign.cpp.old (-1 / +1 lines)
Lines 17-23 Link Here
17
#define _strnicmp strncasecmp 
17
#define _strnicmp strncasecmp 
18
#define _stricmp strcasecmp 
18
#define _stricmp strcasecmp 
19
19
20
#include <string.h>
20
#include <cstring>
21
#include <map>
21
#include <map>
22
22
23
#include "dkim.h"
23
#include "dkim.h"
(-)libdkim-1.0.17-tk/src/dkimverify.cpp.old (+1 lines)
Lines 24-29 Link Here
24
#include <assert.h>
24
#include <assert.h>
25
#include <vector>
25
#include <vector>
26
#include <algorithm>
26
#include <algorithm>
27
#include <cstring>
27
28
28
SignatureInfo::SignatureInfo()
29
SignatureInfo::SignatureInfo()
29
{
30
{
(-)libdkim-1.0.17-tk/src/dkim.cpp.old (+2 lines)
Lines 14-19 Link Here
14
*  limitations under the License.
14
*  limitations under the License.
15
*****************************************************************************/
15
*****************************************************************************/
16
16
17
#include <cstring>
18
17
#include "dkim.h"
19
#include "dkim.h"
18
#include "dkimsign.h"
20
#include "dkimsign.h"
19
#include "dkimverify.h"
21
#include "dkimverify.h"

Return to bug 205813