From 167f765128c4aced6c6a9dcf73f16b933910a798 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 14 Nov 2007 18:08:10 +0000 Subject: Rename MemoryRegion::append to push_back Change all callers in the library and self-test code. --- checks/dolook2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checks') diff --git a/checks/dolook2.cpp b/checks/dolook2.cpp index b6c9ba339..1cd103c3b 100644 --- a/checks/dolook2.cpp +++ b/checks/dolook2.cpp @@ -62,7 +62,7 @@ class KDF_Filter : public Filter { public: void write(const byte in[], u32bit len) - { secret.append(in, len); } + { secret.push_back(in, len); } void end_msg() { SymmetricKey x = kdf->derive_key(outlen, -- cgit v1.2.3