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