Fixed compile error with openSSL * src/bittorrent_helper.cc * src/messageDigest.h
@@ -1,3 +1,9 @@
+2009-07-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
+
+ Fixed compile error with openSSL
+ * src/bittorrent_helper.cc
+ * src/messageDigest.h
2009-07-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed bad code: setting certificate type priority to key
@@ -34,6 +34,7 @@
/* copyright --> */
#include "bittorrent_helper.h"
+#include <cstring>
#include <algorithm>
#include <deque>
@@ -36,10 +36,13 @@
#define _D_MESSAGE_DIGEST_H_
#include "common.h"
+#include <map>
#include "SharedHandle.h"
#include "DlAbortEx.h"
#include "StringFormat.h"
-#include <map>
#ifdef HAVE_LIBSSL
#include <openssl/evp.h>