summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-03 19:33:50 +0100
committerSam James <sam@gentoo.org>2021-05-03 19:45:41 +0100
commit3f4121e7e372c1009b984881906e0aa254124309 (patch)
tree7bff8dcac35a34cd72df749a413cd5ad8b60c19d /app-crypt/efitools
parentnet-wireless/crda: drop obsolete LibreSSL patch (diff)
downloadgentoo-3f4121e7e372c1009b984881906e0aa254124309.tar.gz
gentoo-3f4121e7e372c1009b984881906e0aa254124309.tar.bz2
gentoo-3f4121e7e372c1009b984881906e0aa254124309.zip
app-crypt/efitools: drop obsolete LibreSSL patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/efitools')
-rw-r--r--app-crypt/efitools/files/efitools-1.8.1-libressl-compatibility.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-crypt/efitools/files/efitools-1.8.1-libressl-compatibility.patch b/app-crypt/efitools/files/efitools-1.8.1-libressl-compatibility.patch
deleted file mode 100644
index 876baae16f81..000000000000
--- a/app-crypt/efitools/files/efitools-1.8.1-libressl-compatibility.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cert-to-efi-hash-list.c 2018-04-21 20:59:24.814748503 +0200
-+++ b/cert-to-efi-hash-list.c 2018-04-21 20:59:51.868581307 +0200
-@@ -135,7 +135,7 @@
- X509 *cert = PEM_read_bio_X509(cert_bio, NULL, NULL, NULL);
- unsigned char *cert_buf = NULL;
-
--#if OPENSSL_VERSION_NUMBER < 0x10100000L
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
- int cert_len = i2d_X509_CINF(cert->cert_info, &cert_buf);
- #else
- int cert_len = i2d_re_X509_tbs(cert, &cert_buf);