From 23a2824292a66771b25e9714b31c3e1f9c665712 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Aug 04 2011 10:16:48 +0000 Subject: drop old ssl patch which is now upstream --- 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: