diff options
Diffstat (limited to 'repo/util/curl.xibuild')
-rw-r--r-- | repo/util/curl.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/curl.xibuild b/repo/util/curl.xibuild index eee52b6..e5c1264 100644 --- a/repo/util/curl.xibuild +++ b/repo/util/curl.xibuild @@ -10,7 +10,7 @@ DESC="A utility for transfering files with URL syntax" build () { ./configure --prefix=/usr \ --disable-static \ - --with-libressl \ + --with-openssl \ --enable-threaded-resolver \ --with-ca-path=/etc/ssl/certs && make |