mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix warning
This commit is contained in:
@@ -64,7 +64,7 @@ void SslContext::initializeFromFile (
|
||||
|
||||
try
|
||||
{
|
||||
while (true)
|
||||
for (;;)
|
||||
{
|
||||
X509* x = PEM_read_X509 (f, NULL, NULL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user