From 974d6973f4479c0f5bacc0a5ce07a5cfc62bb01c Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Wed, 12 Dec 2007 16:10:58 +0000 Subject: * renamed HmacAuthAlgo to Sha1AuthAlgo * removed a memleak at the IV generation in kd, cypher --- mpi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpi.cpp') diff --git a/mpi.cpp b/mpi.cpp index afd1785..7c94b7e 100644 --- a/mpi.cpp +++ b/mpi.cpp @@ -127,7 +127,7 @@ void Mpi::clearHighBit(u_int32_t n) gcry_mpi_clear_highbit( val_, n ); } -u_int8_t* Mpi::getBuf(u_int32_t buf_len) const +u_int8_t* Mpi::getNewBuf(u_int32_t buf_len) const { // u_int32_t len = 0; u_int32_t written = 0; -- cgit v1.2.3