$NetBSD: patch-src_ssl_rec__wri.cpp,v 1.1 2022/04/01 08:00:34 wiz Exp $ --- src/ssl/rec_wri.cpp.orig 2016-05-25 20:42:21.289208827 +0000 +++ src/ssl/rec_wri.cpp @@ -16,7 +16,7 @@ namespace Botan { /** * Record_Writer Constructor */ -Record_Writer::Record_Writer(std::tr1::function out) : +Record_Writer::Record_Writer(function out) : output_fn(out), buffer(DEFAULT_BUFFERSIZE) {