libarchive: use openssl by default (#39640)

This commit is contained in:
Harmen Stoppels 2023-08-28 09:23:33 +02:00 committed by GitHub
parent e732155e8c
commit 0cc945b367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ class Libarchive(AutotoolsPackage):
) )
variant( variant(
"crypto", "crypto",
default="mbedtls", default="openssl",
values=("mbedtls", "nettle", "openssl"), values=("mbedtls", "nettle", "openssl"),
description="What crypto library to use for mtree and xar hashes", description="What crypto library to use for mtree and xar hashes",
) )