mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue