mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 23:45:51 +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