Browse Source

Re-disable asn1 debug

Eric Betts 1 year ago
parent
commit
664fbc3519
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sam_api.c

+ 1 - 1
sam_api.c

@@ -3,7 +3,7 @@
 #include <toolbox/version.h>
 #include <bit_lib/bit_lib.h>
 
-#define ASN1_DEBUG                      true
+//#define ASN1_DEBUG                      true
 
 #define TAG "SAMAPI"