diff options
author | Sam James <sam@gentoo.org> | 2021-05-03 19:38:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-03 19:45:51 +0100 |
commit | 34e16989ba1a98f262d4a0ba3bd2af3458a51192 (patch) | |
tree | d0f94755ac27979421029ad46242367bc621c1b2 /sys-boot/vboot-utils | |
parent | net-news/newsboat: drop obsolete LibreSSL patch(es) (diff) | |
download | gentoo-34e16989ba1a98f262d4a0ba3bd2af3458a51192.tar.gz gentoo-34e16989ba1a98f262d4a0ba3bd2af3458a51192.tar.bz2 gentoo-34e16989ba1a98f262d4a0ba3bd2af3458a51192.zip |
sys-boot/vboot-utils: drop obsolete LibreSSL patch(es)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot/vboot-utils')
-rw-r--r-- | sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch b/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch deleted file mode 100644 index 6702a9f590bc..000000000000 --- a/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/host/include/openssl_compat.h 2019-01-03 17:32:20.000000000 -0500 -+++ b/host/include/openssl_compat.h 2019-02-23 13:40:27.521664838 -0500 -@@ -12,7 +12,7 @@ - - #include <openssl/rsa.h> - --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2080000L - - static inline void RSA_get0_key(const RSA *rsa, const BIGNUM **n, - const BIGNUM **e, const BIGNUM **d) |