diff options
author | Rob Austein <sra@hactrn.net> | 2014-09-17 20:57:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-09-17 20:57:19 +0000 |
commit | 3f4f7622dbbf2943a83ac70d819d3837e845f7f6 (patch) | |
tree | 0687b5033aa41396aab890226b108b5cff613b81 /rpki/x509.py | |
parent | 0eafef08ca3a40747d227126c86fbf000427bad4 (diff) |
Clean out last vestiges of SAX-based publication protocol code.
svn path=/branches/tk705/; revision=5960
Diffstat (limited to 'rpki/x509.py')
-rw-r--r-- | rpki/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/x509.py b/rpki/x509.py index da949305..89b598d4 100644 --- a/rpki/x509.py +++ b/rpki/x509.py @@ -1888,7 +1888,7 @@ class XML_CMS_object(Wrapped_CMS_object): ## @var check_outbound_schema # If set, perform RelaxNG schema check on outbound messages. - check_outbound_schema = False + check_outbound_schema = True def encode(self): """ |