2008-05-20 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Fixed compile error with OpenSSL.
	* src/IteratableChunkChecksumValidator.cc
	* src/LibsslDHKeyExchange.h
	* src/MessageDigestHelper.cc
pull/1/head
Tatsuhiro Tsujikawa 2008-05-19 15:08:18 +00:00
parent 13be071b6a
commit bbd2a995db
4 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2008-05-20 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed compile error with OpenSSL.
* src/IteratableChunkChecksumValidator.cc
* src/LibsslDHKeyExchange.h
* src/MessageDigestHelper.cc
2008-05-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Revert the default value of --max-concurrent-downloads to 5.

View File

@ -47,6 +47,7 @@
#include "messageDigest.h"
#include "StringFormat.h"
#include <cerrno>
#include <cstring>
namespace aria2 {

View File

@ -38,6 +38,7 @@
#include "common.h"
#include "DlAbortEx.h"
#include "StringFormat.h"
#include <cstring>
#include <openssl/dh.h>
#include <openssl/rand.h>
#include <openssl/err.h>

View File

@ -40,6 +40,7 @@
#include "Util.h"
#include "StringFormat.h"
#include <cerrno>
#include <cstring>
namespace aria2 {