Blame SOURCES/0003-Use-OpenSSL-for-computing-hashes-by-default.patch

6e36fb
From 1b8844c26318b91021606e729a604eb47cb37098 Mon Sep 17 00:00:00 2001
6e36fb
From: Jaroslav Rohel <jrohel@redhat.com>
6e36fb
Date: Tue, 9 Apr 2019 10:20:16 +0200
6e36fb
Subject: [PATCH] Use OpenSSL for computing hashes by default
6e36fb
6e36fb
---
6e36fb
 CMakeLists.txt | 2 +-
6e36fb
 1 file changed, 1 insertion(+), 1 deletion(-)
6e36fb
6e36fb
diff --git a/CMakeLists.txt b/CMakeLists.txt
6e36fb
index b2a0b72..3450526 100644
6e36fb
--- a/CMakeLists.txt
6e36fb
+++ b/CMakeLists.txt
6e36fb
@@ -38,7 +38,7 @@ OPTION (ENABLE_ZSTD_COMPRESSION "Build with zstd compression support?" OFF)
6e36fb
 OPTION (ENABLE_ZCHUNK_COMPRESSION "Build with zchunk compression support?" OFF)
6e36fb
 OPTION (WITH_SYSTEM_ZCHUNK "Use system zchunk library?" OFF)
6e36fb
 OPTION (WITH_LIBXML2  "Build with libxml2 instead of libexpat?" OFF)
6e36fb
-OPTION (WITH_OPENSSL "Use OpenSSL instead of internal implementation of hashes?" OFF)
6e36fb
+OPTION (WITH_OPENSSL "Use OpenSSL instead of internal implementation of hashes?" ON)
6e36fb
 
6e36fb
 # Library
6e36fb
 IF (DEFINED LIB)
6e36fb
--
6e36fb
libgit2 0.27.8
6e36fb