X-Git-Url: http://git.euphorik.ch/?p=crypto_lab3.git;a=blobdiff_plain;f=src%2FRand.cpp;fp=src%2FRand.cpp;h=ee439c3d96dc9b24f1f8d87c391c503c3aaef099;hp=c82b83f0c067fb2644bd4207d5359e379aef88e9;hb=44666fce380623d5194f623155b15f3c39ce2ca8;hpb=5b2785dd710151d81e6f6af4fd6ae48521068e41 diff --git a/src/Rand.cpp b/src/Rand.cpp index c82b83f..ee439c3 100644 --- a/src/Rand.cpp +++ b/src/Rand.cpp @@ -57,7 +57,7 @@ void Rand::readRand(char* to, int size) static fstream ifs(RANDOM_SOURCE, ios_base::in); if (!ifs) { - cerr << "Unable to read the random source: " << RANDOM_SOURCE << endl; + cerr << "Unable to read the random source: " << RANDOM_SOURCE << endl; throw 1; }