From b95712377fc9c4b4f34972b41826988bb5986b8b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 3 Sep 2020 10:28:09 +0300 Subject: libressl: move back to core repository --- extra/libressl/build | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 extra/libressl/build (limited to 'extra/libressl/build') diff --git a/extra/libressl/build b/extra/libressl/build deleted file mode 100755 index 86ade623..00000000 --- a/extra/libressl/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sysconfdir=/etc - -make -make DESTDIR="$1" install - -install -Dm 755 update-certdata.sh "$1/etc/ssl" - -# Link ca-certificates to cert.pem -ln -sfv ../cert.pem "$1/etc/ssl/certs/ca-certificates.crt" -- cgit v1.2.3