mirror of https://github.com/aria2/aria2
2009-07-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed compile error with openSSL * src/bittorrent_helper.cc * src/messageDigest.hpull/1/head
parent
2fe11c1343
commit
96113c0745
|
@ -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>
|
2009-07-07 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Removed bad code: setting certificate type priority to key
|
Removed bad code: setting certificate type priority to key
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
/* copyright --> */
|
/* copyright --> */
|
||||||
#include "bittorrent_helper.h"
|
#include "bittorrent_helper.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
|
|
|
@ -36,10 +36,13 @@
|
||||||
#define _D_MESSAGE_DIGEST_H_
|
#define _D_MESSAGE_DIGEST_H_
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
#include <map>
|
||||||
|
|
||||||
#include "SharedHandle.h"
|
#include "SharedHandle.h"
|
||||||
#include "DlAbortEx.h"
|
#include "DlAbortEx.h"
|
||||||
#include "StringFormat.h"
|
#include "StringFormat.h"
|
||||||
#include <map>
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBSSL
|
#ifdef HAVE_LIBSSL
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
|
|
Loading…
Reference in New Issue