diff --git a/Reseed.cpp b/Reseed.cpp index e4d4fb66..9c72dc84 100644 --- a/Reseed.cpp +++ b/Reseed.cpp @@ -372,7 +372,7 @@ namespace data else nextInd = 0; } - return s; + return false; } const char CERTIFICATE_HEADER[] = "-----BEGIN CERTIFICATE-----";