]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - ctypescrypto/cms.py
style fixes
[oss/ctypescrypto.git] / ctypescrypto / cms.py
index 3158b628f087d7ff21f25d7f0fbee57a1d6c4e36..5a54bde1441ddb3f68d00c81f8748cb332a906f8 100644 (file)
@@ -171,7 +171,7 @@ class SignedData(CMSBase):
                res=libcrypto.CMS_verify(self.ptr,certstack,store.store,bio,None,flags)
                return res>0
        @property       
-       def signers(self,store=None):
+       def signers(self):
                """
                Return list of signer's certificates
                """