Home
last modified time | relevance | path

Searched refs:CMP_DEBUG (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/
H A Dcmp.c627 #define CMP_DEBUG(m, a1, a2, a3) \ macro
629 #define CMP_debug(msg) CMP_DEBUG(msg"%s%s%s", "", "", "")
630 #define CMP_debug1(msg, a1) CMP_DEBUG(msg"%s%s", a1, "", "")
631 #define CMP_debug2(msg, a1, a2) CMP_DEBUG(msg"%s", a1, a2, "")
632 #define CMP_debug3(msg, a1, a2, a3) CMP_DEBUG(msg, a1, a2, a3)

Completed in 14 milliseconds