The unified diff between revisions [60f83450..] and [b6e59278..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "src/x931_rng.cpp"
#  from [1a3ce396b8aa2e8ad47e229eb997f2f890bb8af0]
#    to [2abb4bc550069f17d9d7a6071b9c98d3a0616566]
#
============================================================
--- src/x931_rng.cpp	1a3ce396b8aa2e8ad47e229eb997f2f890bb8af0
+++ src/x931_rng.cpp	2abb4bc550069f17d9d7a6071b9c98d3a0616566
@@ -56,6 +56,8 @@ void ANSI_X931_RNG::reseed()
 *************************************************/
 void ANSI_X931_RNG::reseed()
    {
+   prng->reseed();
+
    SecureVector<byte> key(cipher->MAXIMUM_KEYLENGTH);
    prng->randomize(key, key.size());
    cipher->set_key(key, key.size());