stephb9959
2023-10-06 09:13:36 -07:00
parent 7f5fb52157
commit 507ece011f

View File

@@ -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;