Browse Source

fixed typo

pull/118/head
orignal 10 years ago
parent
commit
84235fe479
  1. 2
      Reseed.cpp

2
Reseed.cpp

@ -372,7 +372,7 @@ namespace data @@ -372,7 +372,7 @@ namespace data
else
nextInd = 0;
}
return s;
return false;
}
const char CERTIFICATE_HEADER[] = "-----BEGIN CERTIFICATE-----";

Loading…
Cancel
Save