diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-12 16:10:58 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-12 16:10:58 +0000 |
commit | 974d6973f4479c0f5bacc0a5ce07a5cfc62bb01c (patch) | |
tree | d537dabd53431fd071e24812982964ebdae2f2f7 /mpi.cpp | |
parent | added newline (diff) |
* renamed HmacAuthAlgo to Sha1AuthAlgo
* removed a memleak at the IV generation in kd, cypher
Diffstat (limited to 'mpi.cpp')
-rw-r--r-- | mpi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |