summaryrefslogtreecommitdiffstats
path: root/setup_crypto.py
AgeCommit message (Collapse)Author
2021-01-28remove bundled blake2 code, usage of libb2Thomas Waldmann
we just use it via python3 now.
2019-10-27Fixed crypto library name for windowsJürg Rast
2019-03-15lib/header locating: add docs, move env vars querying to setup.pyThomas Waldmann
2019-03-14reduce amount of setup_*.py files in toplevel dirThomas Waldmann
2019-03-14cope with pkgconfig ImportErrorThomas Waldmann
2019-03-13add pkg-config support, fixes #1925Thomas Waldmann
1. BORG_*_PREFIX is checked (avoids lib detection via pkg-config). 2. pkg-config is tried 3. fallback to bundled C code (or failure in case of OpenSSL) also: - simplified code again - removed (c) headers, nothing left of original code
2019-03-13simplify code by merging kwargs dicts at callerThomas Waldmann
2019-03-12refactor openssl related code in setup.pyThomas Waldmann
- removed hardcoded lib search pathes - to find system libs/headers, one must point these env vars to them: BORG_OPENSSL_PREFIX - moved some code from setup.py to setup_*.py