libarchive: use openssl by default (#39640)
This commit is contained in:
		| @@ -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", | ||||||
|     ) |     ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Harmen Stoppels
					Harmen Stoppels