asn1c/examples/sample.source.PKIX1/config.h

9 lines
167 B
C
Raw Normal View History

extern int opt_debug;
#define ASN_DEBUG(fmt, args...) do { \
if(opt_debug < 2) break; \
fprintf(stderr, fmt, ##args); \
fprintf(stderr, "\n"); \
} while(0)