tag 455121 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (08/12/2007):
> Package: cryptonit
> Version: 0.9.7-2
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/src/Certificate.hh
+++ b/src/Certificate.hh
@@ -54,6 +54,8 @@
 #include "Dn.hh"
 #include "Crl.hh"
 
+#include <cstring>
+
 
 #define VERIF_CERTIFICATE_IS_VALID    0x0001 //1
 #define VERIF_CERTIFICATE_IS_REVOKED  0x0002 //2
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -64,6 +64,7 @@
 #include <sys/stat.h>
 #endif
 
+#include <cstring>
 
 #define CRYPTONIT_HOME_WIN32 "\\Cryptonit\\"
 #define CRYPTONIT_HOME_UNIX  "/.cryptonit/"

Attachment: signature.asc
Description: Digital signature

Reply via email to