From 23a2824292a66771b25e9714b31c3e1f9c665712 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 4 Aug 2011 11:16:48 +0100 Subject: [PATCH] drop old ssl patch which is now upstream --- asio-ssl.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 asio-ssl.patch diff --git a/asio-ssl.patch b/asio-ssl.patch deleted file mode 100644 index b0600c8..0000000 --- a/asio-ssl.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up asio-1.4.1/include/asio/ssl/detail/openssl_context_service.hpp\~ asio-1.4.1/include/asio/ssl/detail/openssl_context_service.hpp ---- asio-1.4.1/include/asio/ssl/detail/openssl_context_service.hpp~ 2009-03-03 03:22:54.000000000 +0100 -+++ asio-1.4.1/include/asio/ssl/detail/openssl_context_service.hpp 2010-02-23 15:54:15.000000000 +0100 -@@ -66,7 +66,7 @@ public: - // Create a new context implementation. - void create(impl_type& impl, context_base::method m) - { -- ::SSL_METHOD* ssl_method = 0; -+ const ::SSL_METHOD* ssl_method = 0; - switch (m) - { - case context_base::sslv2: