From b8766a2041d57a3aa49c3855902953f8de0b0ec1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 23 Feb 2008 23:05:43 +0000 Subject: - keyderivation and cipher should work now however it needs further testing - rewrite of Buffer and Packets --- mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpi.h') diff --git a/mpi.h b/mpi.h index 70f6681..c746602 100644 --- a/mpi.h +++ b/mpi.h @@ -70,7 +70,7 @@ public: * @param buf_len size of the new buffer that is returned * @return a byte buffer of size buf_len */ - u_int8_t *getNewBuf(u_int32_t buf_len) const; + u_int8_t *getNewBuf(u_int32_t* written) const; std::string getHexDump() const; u_int32_t getLength() const; -- cgit v1.2.3