Commit graph

3 commits

Author SHA1 Message Date
Rosen Penev
cabf977d38 aria2: Fix the faulty patch again
The previous solution was incorrect. The issue was that the macro was not
defined as the header defining it was not included. GCC warns if -Wunder
is passed and does not error by default, leading to the confusion.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-25 01:16:05 -08:00
Rosen Penev
d304dab571 aria2: Fix faulty patch
The if condition was wrong and caused compilation errors with 1.1.
Potentially broke 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 19:59:09 -08:00
Rosen Penev
2b87d184ad aria2: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-13 12:58:57 -08:00