Commit 96f4fcfd by 李定达

1.忽略密钥打印

parent 43373054
......@@ -216,8 +216,8 @@ private:
serpublickey = json[JSON_KEY_SERPBLICKEY].toString();
cleprivatekey = json[JSON_KEY_CLIENTPRIKEY].toString();
QLOG_INFO() << "server public key : " << serpublickey;
QLOG_INFO() << "client private key : " << cleprivatekey;
//QLOG_INFO() << "server public key : " << serpublickey;
//QLOG_INFO() << "client private key : " << cleprivatekey;
return true;
}
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.5.1, 2017-09-11T14:19:48. -->
<!-- Written by QtCreator 3.5.1, 2017-09-11T14:52:55. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment