libarchive: use openssl by default (#39640)
This commit is contained in:
parent
e732155e8c
commit
0cc945b367
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue