No Description

900-remove_cpp11_usage.patch 331B

12345678910111213
  1. diff --git a/modules/certauth.cpp b/modules/certauth.cpp
  2. index 61e5687..4857d59 100644
  3. --- a/modules/certauth.cpp
  4. +++ b/modules/certauth.cpp
  5. @@ -204,7 +204,7 @@ public:
  6. return;
  7. }
  8. - SCString::const_iterator it2 = it->second.begin();
  9. + SCString::iterator it2 = it->second.begin();
  10. while (id > 1) {
  11. ++it2;
  12. id--;