Home | History | Annotate | Download | only in patches
      1 diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlslite/constants.py
      2 index ceaa903..52c20ac 100644
      3 --- a/third_party/tlslite/tlslite/constants.py
      4 +++ b/third_party/tlslite/tlslite/constants.py
      5 @@ -224,7 +224,7 @@ class CipherSuite:
      6      def getSrpCertSuites(settings):
      7          return CipherSuite._filterSuites(CipherSuite.srpCertSuites, settings)
      8  
      9 -    srpAllSuites = srpSuites + srpCertSuites
     10 +    srpAllSuites = srpCertSuites + srpSuites
     11  
     12      @staticmethod
     13      def getSrpAllSuites(settings):
     14