diff options
-rw-r--r-- | src/x931_rng.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x931_rng.cpp b/src/x931_rng.cpp index 99d0730bd..17e3a886f 100644 --- a/src/x931_rng.cpp +++ b/src/x931_rng.cpp @@ -89,7 +89,7 @@ void ANSI_X931_RNG::clear() throw() cipher->clear(); prng->clear(); R.clear(); - V.clear(); + V.destroy(); position = 0; } |