diff options
author | Rob Austein <sra@hactrn.net> | 2014-08-28 18:24:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-08-28 18:24:32 +0000 |
commit | 9c688ea237336411961d74cb6eca579080fc39f6 (patch) | |
tree | 255aedc2f44ec9272061241e99acd9b1a1a28695 | |
parent | 731c9bb990f15e87df907d9c87ac50f177386849 (diff) |
Turn CMS debugging back off.
svn path=/branches/tk705/; revision=5939
-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 2c7b5e5c..da949305 100644 --- a/rpki/x509.py +++ b/rpki/x509.py @@ -1404,7 +1404,7 @@ class CMS_object(DER_object): ## @var debug_cms_certs # Set this to True to log a lot of chatter about CMS certificates. - debug_cms_certs = True + debug_cms_certs = False ## @var dump_using_dumpasn1 # Set this to use external dumpasn1 program, which is prettier and |