summaryrefslogtreecommitdiff
path: root/lib/crypto/Random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/Random.cpp')
-rw-r--r--lib/crypto/Random.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/crypto/Random.cpp b/lib/crypto/Random.cpp
index 549a9a91..7a3b1d94 100644
--- a/lib/crypto/Random.cpp
+++ b/lib/crypto/Random.cpp
@@ -1,4 +1,4 @@
-// distribution boxbackup-0.10 (svn version: 494)
+// distribution boxbackup-0.11rc1 (svn version: 2023_2024)
//
// Copyright (c) 2003 - 2006
// Ben Summers and contributors. All rights reserved.
@@ -72,7 +72,8 @@ void Random::Initialise()
THROW_EXCEPTION(CipherException, RandomInitFailed)
}
#else
- ::fprintf(stderr, "No random device -- additional seeding of random number generator not performed.\n");
+ BOX_ERROR("No random device -- additional seeding of random number "
+ "generator not performed.");
#endif
}