diff --git a/library/x509_crt.c b/library/x509_crt.c index f73628e05..3f00e4384 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -1679,8 +1679,8 @@ cleanup: { if( errno == ENOENT ) { - /* Broken link */ - ret++; + /* Broken link - ignore this entry */ + continue; } else {