Update soft_sdf

This commit is contained in:
Zhi Guan
2024-01-31 21:10:30 +08:00
parent 31efcb5d87
commit 2c893d797b
4 changed files with 15 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ extern "C" {
do { if (DEBUG) fprintf(stderr, "%s:%d:%s(): " fmt, __FILE__, __LINE__, __func__, __VA_ARGS__); } while (0)
#define error_puts(str) \
do { if (DEBUG) fprintf(stderr, "%s: %d: %s: %s", __FILE__, __LINE__, __func__, str); } while (0)
do { if (DEBUG) fprintf(stderr, "%s: %d: %s: %s\n", __FILE__, __LINE__, __func__, str); } while (0)
void print_der(const uint8_t *in, size_t inlen);