mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-26 20:53:08 -08:00
Fix a typo in a comment
This commit is contained in:
@@ -294,7 +294,7 @@ void keygen (const char* keyfile)
|
||||
}
|
||||
umask(old_umask);
|
||||
std::ifstream randin;
|
||||
randin.rdbuf()->pubsetbuf(0, 0); // disable vuffering so we don't take more entropy than needed
|
||||
randin.rdbuf()->pubsetbuf(0, 0); // disable buffering so we don't take more entropy than needed
|
||||
randin.open("/dev/random", std::ios::binary);
|
||||
if (!randin) {
|
||||
perror("/dev/random");
|
||||
|
||||
Reference in New Issue
Block a user