Skip to content

Commit

Permalink
oscssl.py: remove reimport of m2 from M2Crypto
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
  • Loading branch information
dalgaaf committed May 27, 2013
1 parent ca306fb commit c84f413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osc/oscssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def could_ignore(self):
if not 0 in self.failures:
return True

from M2Crypto import m2
nonfatal_errors = [
m2.X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY,
m2.X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN,
Expand Down

0 comments on commit c84f413

Please sign in to comment.