diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-11-04 18:07:07 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-11-04 18:11:04 +0100 |
commit | cac4506ff02b575c4dae4f780b6639e470bbca78 (patch) | |
tree | 81771a3253e57589ce253db398419359915db47d /main/libasr/0003-no-need-for-openssl-in-libasr.patch | |
parent | 16a9b0f6e18c36586c47bfdba1770ce7cacfbeb5 (diff) | |
download | aports-cac4506ff02b575c4dae4f780b6639e470bbca78.tar.bz2 aports-cac4506ff02b575c4dae4f780b6639e470bbca78.tar.xz |
main/libasr: upgrade to 1.0.3
Diffstat (limited to 'main/libasr/0003-no-need-for-openssl-in-libasr.patch')
-rw-r--r-- | main/libasr/0003-no-need-for-openssl-in-libasr.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/main/libasr/0003-no-need-for-openssl-in-libasr.patch b/main/libasr/0003-no-need-for-openssl-in-libasr.patch deleted file mode 100644 index 1e91c66003..0000000000 --- a/main/libasr/0003-no-need-for-openssl-in-libasr.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a392a940bd0c83393fd76eabe08b1743b396b095 Mon Sep 17 00:00:00 2001 -From: Gilles Chehade <gilles@poolp.org> -Date: Sat, 13 Feb 2016 14:03:02 +0100 -Subject: [PATCH 3/3] no need for openssl in libasr... - ---- - openbsd-compat/includes.h | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/openbsd-compat/includes.h b/openbsd-compat/includes.h -index bc3d46b..5b680d3 100644 ---- a/openbsd-compat/includes.h -+++ b/openbsd-compat/includes.h -@@ -70,8 +70,6 @@ - #endif - /* end of chl*/ - --#include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ -- - #include "defines.h" - - #include "openbsd-compat.h" --- -2.11.1 - |