Searched refs:CMP_DEBUG (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 625 #define CMP_DEBUG(m, a1, a2, a3) \ macro 627 #define CMP_debug(msg) CMP_DEBUG(msg"%s%s%s", "", "", "") 628 #define CMP_debug1(msg, a1) CMP_DEBUG(msg"%s%s", a1, "", "") 629 #define CMP_debug2(msg, a1, a2) CMP_DEBUG(msg"%s", a1, a2, "") 630 #define CMP_debug3(msg, a1, a2, a3) CMP_DEBUG(msg, a1, a2, a3)
|