mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Merge pull request #1213 from Chaneybenjamini/libressl-pr
Fix build with Libressl version 2.7.x
This commit is contained in:
commit
0abde36583
1 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@
|
||||||
#endif // !defined(LIBRESSL_VERSION_NUMBER)
|
#endif // !defined(LIBRESSL_VERSION_NUMBER)
|
||||||
|
|
||||||
#define OPENSSL_101_API \
|
#define OPENSSL_101_API \
|
||||||
(!LIBRESSL_IN_USE && OPENSSL_VERSION_NUMBER >= 0x1010000fL)
|
((!LIBRESSL_IN_USE && OPENSSL_VERSION_NUMBER >= 0x1010000fL) || \
|
||||||
|
(LIBRESSL_IN_USE && LIBRESSL_VERSION_NUMBER >= 0x20700000L))
|
||||||
|
|
||||||
#endif // LIBSSL_COMPAT_H
|
#endif // LIBSSL_COMPAT_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue