Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c707 #define CMP_DEBUG(m, a1, a2, a3) \ macro
709 #define CMP_debug(msg) CMP_DEBUG(msg"%s%s%s", "", "", "")
710 #define CMP_debug1(msg, a1) CMP_DEBUG(msg"%s%s", a1, "", "")
711 #define CMP_debug2(msg, a1, a2) CMP_DEBUG(msg"%s", a1, a2, "")
712 #define CMP_debug3(msg, a1, a2, a3) CMP_DEBUG(msg, a1, a2, a3)

Completed in 12 milliseconds