setup_crypto: remove unused function

This commit is contained in:
Thomas Waldmann 2022-02-26 23:10:27 +01:00
parent 606ba08587
commit 9b872104da

View File

@ -6,11 +6,6 @@
is_win32 = sys.platform.startswith('win32')
def multi_join(paths, *path_segments):
"""apply os.path.join on a list of paths"""
return [os.path.join(*(path_segments + (path,))) for path in paths]
def crypto_ext_kwargs(pc, system_prefix):
if system_prefix:
print('Detected OpenSSL [via BORG_OPENSSL_PREFIX]')