mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ namespace OpenWifi {
|
||||
while(os.good()) {
|
||||
std::string Line;
|
||||
os >> Line;
|
||||
std::cout << Line << std::endl;
|
||||
if(Line=="-----BEGIN CERTIFICATE-----") {
|
||||
InCert = true;
|
||||
CurrentCert += Line;
|
||||
|
||||
Reference in New Issue
Block a user