mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-12 16:56:15 +01:00
oscssl.py: remove reimport of m2 from M2Crypto
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
ca306fbb29
commit
c84f413c10
@ -140,7 +140,6 @@ class ValidationErrors:
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user