Start of channel_bitrates, start combining server and client common code.

This commit is contained in:
Ian Gulliver
2015-02-07 14:32:53 -08:00
parent 2e9d0b7960
commit 844db000f6
6 changed files with 109 additions and 82 deletions

View File

@@ -11,9 +11,9 @@ int main(int argc, char *argv[]) {
}
std::string key;
CryptoBase::GenKey(&key);
CryptoUtil::GenKey(&key);
CryptoBase::WriteKeyToFile(argv[1], key);
CryptoUtil::WriteKeyToFile(argv[1], key);
return 0;
}