mirror of https://github.com/aria2/aria2
2010-06-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed compiler warning without ssl library. * src/DownloadEngineFactory.ccpull/1/head
parent
1d8bceba2f
commit
f649221377
|
@ -1,3 +1,8 @@
|
|||
2010-06-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed compiler warning without ssl library.
|
||||
* src/DownloadEngineFactory.cc
|
||||
|
||||
2010-06-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Bump up version number to 1.9.5
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
#include "DownloadEngine.h"
|
||||
#include "RequestGroupMan.h"
|
||||
#include "FileAllocationMan.h"
|
||||
#include "CheckIntegrityMan.h"
|
||||
#include "CheckIntegrityEntry.h"
|
||||
#ifdef ENABLE_MESSAGE_DIGEST
|
||||
# include "CheckIntegrityMan.h"
|
||||
# include "CheckIntegrityEntry.h"
|
||||
# include "CheckIntegrityDispatcherCommand.h"
|
||||
#endif // ENABLE_MESSAGE_DIGEST
|
||||
#include "prefs.h"
|
||||
|
|
Loading…
Reference in New Issue