diff options
Diffstat (limited to 'mpi.cpp')
-rw-r--r-- | mpi.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,8 +37,9 @@ #include <gcrypt.h> -Mpi::Mpi() : val_(NULL) +Mpi::Mpi() { + val_ = gcry_mpi_new(1); } Mpi::Mpi(u_int8_t length) |
index : anytun/anytun.git | ||
anycast tunneling daemon |
summaryrefslogtreecommitdiff |