From 8f34d0d679ed15bc04dc3aa5f1f8777a2a110e34 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 3 Dec 2019 18:12:30 +0000 Subject: sommelier: use stable xdg-shell protocol Thanks-to: Puck Meerburg --- .../libbrillo/0005-libbrillo-Use-a-unique_ptr-for-EVP_MD_CTX.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/os-specific/linux/chromium-os/libbrillo/0005-libbrillo-Use-a-unique_ptr-for-EVP_MD_CTX.patch') diff --git a/pkgs/os-specific/linux/chromium-os/libbrillo/0005-libbrillo-Use-a-unique_ptr-for-EVP_MD_CTX.patch b/pkgs/os-specific/linux/chromium-os/libbrillo/0005-libbrillo-Use-a-unique_ptr-for-EVP_MD_CTX.patch index 8833d4e91cd..eebe6015546 100644 --- a/pkgs/os-specific/linux/chromium-os/libbrillo/0005-libbrillo-Use-a-unique_ptr-for-EVP_MD_CTX.patch +++ b/pkgs/os-specific/linux/chromium-os/libbrillo/0005-libbrillo-Use-a-unique_ptr-for-EVP_MD_CTX.patch @@ -1,7 +1,7 @@ From ed2920bc6864e044ffa5beb8a2508f4e5f5b4ce4 Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Thu, 17 Oct 2019 20:45:53 +1100 -Subject: [PATCH 05/10] libbrillo: Use a unique_ptr for EVP_MD_CTX +Subject: [PATCH 05/11] libbrillo: Use a unique_ptr for EVP_MD_CTX In OpenSSL 1.1, the EVP_MD_CTX struct will become opaque, and therefore it will not be possible to allocate on the stack. -- cgit 1.4.1