mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed default cert name so that v0.6 and v0.5 do not use the same file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8101 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
070630d297
commit
96d5eb485a
@ -184,7 +184,7 @@ const std::string kPathPGPDirectory = "pgp";
|
||||
const std::string kPathKeyDirectory = "keys";
|
||||
const std::string kPathConfigDirectory = "config";
|
||||
|
||||
const std::string kFilenamePreferredAccount = "default_cert.txt";
|
||||
const std::string kFilenamePreferredAccount = "default_cert_06.txt";
|
||||
const std::string kFilenameKey = "user_pk.pem";
|
||||
const std::string kFilenameCert = "user_cert.pem";
|
||||
const std::string kFilenameLocation = "location_name.txt";
|
||||
|
Loading…
Reference in New Issue
Block a user