diff --git a/srcpkgs/mongodb/patches/libressl-2.3.patch b/srcpkgs/mongodb/patches/libressl-2.3.patch index d29997c4cb..6982800738 100644 --- a/srcpkgs/mongodb/patches/libressl-2.3.patch +++ b/srcpkgs/mongodb/patches/libressl-2.3.patch @@ -33,8 +33,8 @@ + case context::sslv3: + case context::sslv3_client: + case context::sslv3_server: -+ boost::asio::detail::throw_error( -+ boost::asio::error::invalid_argument, "context"); ++ asio::detail::throw_error( ++ asio::error::invalid_argument, "context"); + break; +#else // defined(OPENSSL_NO_SSL3) case context::sslv3: